mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-09 23:25:16 -08:00
Fixing build (upstream ZMQ CMake changes) (#155)
This commit is contained in:
committed by
Lee *!* Clagett
parent
b5d0844bbd
commit
b1421f55ad
@@ -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
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user