Fix fee retrieval for pre-ringct txes (#90)

This commit is contained in:
Lee *!* Clagett 2023-12-16 14:23:03 -05:00 committed by Lee *!* Clagett
parent 6ea656d7aa
commit c400c9ef8a

View file

@ -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
} }
); );