Variable Fee amount

Hi all,

explorer log fees 0,01 , 0,0001 , 0.0000113 … what is the logic behind?

1 Like

The current fee handling is really just a placeholder; we haven’t changed anything from Bitcoin for the transparent RPC calls, and we’ve done almost the simplest possible thing (a fixed 0.0001 ZEC fee) for transactions created by the new z_sendmany call. The github tickets for this are https://github.com/zcash/zcash/issues/398 and Add fee selection to high-level RPC interface · Issue #1128 · zcash/zcash · GitHub .