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
this is a bit debatable, as if we set bumpedFee = balance and later have tx2.Tx.TxOut[1].Value = int64(balance - bumpedFee) this means we will end up with output with value 0 that will be rejected by bitcoind as dust output.
Originally posted by @KonradStaniec in #15 (comment)
The text was updated successfully, but these errors were encountered: