citadel-tech / coinswap

Functioning, minimal-viable binaries and libraries to perform a trustless, p2p Maxwell-Belcher Coinswap Protocol
https://gist.github.com/chris-belcher/9144bd57a91c194e332fb5ca371d0964
Other
73 stars 46 forks source link

Problems in `spend_from_wallet` #264

Open KnowWhoami opened 2 months ago

KnowWhoami commented 2 months ago
mojoX911 commented 2 months ago

Take fee_rate instead of fee:

Probably better to just to stick with fee. Refer https://github.com/citadel-tech/coinswap/pull/244#discussion_r1751555639

Rest are good fixes.