decred / atomicswap

On-chain atomic swaps for Decred and other cryptocurrencies.
https://blog.decred.org/2017/09/20/On-Chain-Atomic-Swaps/
ISC License
507 stars 232 forks source link

[btcatomicswap] sendrawtransaction wrong param #110

Closed vctt94 closed 5 years ago

vctt94 commented 5 years ago

after commit https://github.com/bitcoin/bitcoin/commit/c033c4b5cef89a654e4d9d5c5f9bd823871b068b 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 5 years ago

Was fixed by #111