Fixing build (upstream ZMQ CMake changes) (#155)

This commit is contained in:
Lee *!* Clagett
2025-02-24 17:55:42 -05:00
committed by Lee *!* Clagett
parent b5d0844bbd
commit b1421f55ad
2 changed files with 5 additions and 4 deletions

View File

@@ -195,7 +195,7 @@ namespace
EXPECT(
cryptonote::construct_tx_and_get_tx_key(
keys, subaddresses, sources, destinations, keys.m_account_address, {}, out.tx, /* 0, */ unused_key,
out.additional_keys, true, {rct::RangeProofType::RangeProofBulletproof, 2}, use_view_tag
out.additional_keys, true, {rct::RangeProofType::RangeProofPaddedBulletproof, 2}, use_view_tag
)
);