Wownero's transfer RPC in wallet estimates incorrect fee
0.00 truth stake not refunded
1.00 submission fee not refunded
1.00 response cost
truth stake
0.00 lost from falsity
submission cost paid to comments
0.00/1.00 paid
submission cost earned by comments
0.00 earned
raised from comments
0.00 raised
Wownero's and presumably Monero's transfer
RPC with do_not_relay
set to true
estimates a fee estimate that is different than the 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]
. Then discover the fee subtracted after the transaction commits.