mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-09 23:25:16 -08:00
Fix fee retrieval for pre-ringct txes (#90)
This commit is contained in:
committed by
Lee *!* Clagett
parent
6ea656d7aa
commit
c400c9ef8a
@@ -511,7 +511,7 @@ namespace lws
|
|||||||
{0, 0, 0, 0, 0, 0, 0}, // reserved bytes
|
{0, 0, 0, 0, 0, 0, 0}, // reserved bytes
|
||||||
db::pack(ext, payment_id.first),
|
db::pack(ext, payment_id.first),
|
||||||
payment_id.second,
|
payment_id.second,
|
||||||
tx.rct_signatures.txnFee,
|
cryptonote::get_tx_fee(tx),
|
||||||
account_index
|
account_index
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user