mirror of
https://github.com/vtnerd/monero-lws.git
synced 2024-11-16 17:27:39 +00:00
Fix fee retrieval for pre-ringct txes (#90)
This commit is contained in:
parent
6ea656d7aa
commit
c400c9ef8a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue