xmr-btc-swap/swap/src/bitcoin
Philipp Hoenisch 14c5a4f025
Add upper bound for bitcoin fees of 100,000 satoshi.
Fees are hard to compute and it is too easy to get wrong and lose a lot of money. Hence, a hardcoded maximum of 100,000 satoshi for a single transaction is in place.
2021-05-07 10:24:41 +10:00
..
cancel.rs Dynamically calculate fees using electrum's estimate_fee. 2021-05-07 10:24:41 +10:00
lock.rs Dynamically calculate fees using electrum's estimate_fee. 2021-05-07 10:24:41 +10:00
punish.rs Dynamically calculate fees using electrum's estimate_fee. 2021-05-07 10:24:41 +10:00
redeem.rs Dynamically calculate fees using electrum's estimate_fee. 2021-05-07 10:24:41 +10:00
refund.rs Dynamically calculate fees using electrum's estimate_fee. 2021-05-07 10:24:41 +10:00
timelocks.rs Greatly reduce load onto the Electrum backend 2021-03-16 19:24:31 +11:00
wallet.rs Add upper bound for bitcoin fees of 100,000 satoshi. 2021-05-07 10:24:41 +10:00