Wownero's transfer RPC in wallet estimates incorrect fee
1 wow
| by anon
53 days ago
Wownero's and presumably Monero's transfer
RPC with do_not_relay
set to true
returns a transaction fee estimate that is different than the actual transaction fee when the transfer is relayed.
To subtract the fee during the transaction set subtract_fee_from_outputs
to a list of outputs, like subtract_fee_from_outputs: [0]
. After the transaction commits, extract the actual fee from the transaction.