Fix fee retrieval for pre-ringct txes

This commit is contained in:
Lee Clagett 2023-12-05 18:22:27 -05:00
parent 0ed9ff4e2e
commit 83412b2a4a

View file

@ -511,7 +511,7 @@ namespace lws
{0, 0, 0, 0, 0, 0, 0}, // reserved bytes
db::pack(ext, payment_id.first),
payment_id.second,
tx.rct_signatures.txnFee,
cryptonote::get_tx_fee(tx),
account_index
}
);