decred/atomicswap

[btcatomicswap] sendrawtransaction wrong param

vctt94 opened this issue · 1 comments

after commit bitcoin/bitcoin@c033c4b bitcoin switched sendrawtransaction to use maxFeeRate instead of allowHighFees.

This will trhow an error on btcatomicswap: Second argument must be numeric (maxfeerate) and no longer supports a boolean. To allow a transaction with high fees, set maxfeerate to 0.

jrick commented

Was fixed by #111