xmr-btc-swap/swap
Philipp Hoenisch ee90c228b4
Dynamically calculate fees using electrum's estimate_fee.
Electrum has an estimate-fee feature which takes as input the block you want a tx to be included.
The result is a recommendation of BTC/vbyte.
Using this recommendation and the knowledge about the size of our transactions we compute an appropriate fee.
The size of the transactions were taken from real transactions as published on bitcoin testnet.
Note: in reality these sizes might fluctuate a bit but not for much.
2021-05-07 10:24:41 +10:00
..
src Dynamically calculate fees using electrum's estimate_fee. 2021-05-07 10:24:41 +10:00
tests Dynamically calculate fees using electrum's estimate_fee. 2021-05-07 10:24:41 +10:00
Cargo.toml Extend RPC client for monerod with binary requests 2021-04-30 10:28:45 +10:00