You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
custom fees when sending UTXO coins should be in sats per kbyte, not total per entire tx, since user can't know how big the tx would be beforehand
params for withdraw call are like this: \"amount\":0.01,\"fee\":{\"type\":\"UtxoPerKbyte\",\"amount\":0.00024} and would use 24 sats per byte on BTC-segwit
The text was updated successfully, but these errors were encountered:
custom fees when sending UTXO coins should be in sats per kbyte, not total per entire tx, since user can't know how big the tx would be beforehand
params for
withdraw
call are like this:\"amount\":0.01,\"fee\":{\"type\":\"UtxoPerKbyte\",\"amount\":0.00024}
and would use 24 sats per byte on BTC-segwitThe text was updated successfully, but these errors were encountered: