-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to set dynamic fee in coins file. #656
Comments
i think i found a better solution for the problem: switch wallet to https://github.com/BitcoinUnlimited/BitcoinUnlimited
will test swaps with this wallet and if everything works, i will run own electrums with BitcoinUnlimited instead of bitcoin-abc |
Hi @cipig, thanks for finding the workaround! |
you were right keeping the issue open so we indeed need |
same result on all 3 electrums... |
I will focus on this specific topic this week. |
works perfect, thanks a lot |
Thanks for testing! |
* Add UTXO-specific estimate_fee_blocks param to coins file #656 * Fix tests. * Fix tests after merge. * Make trade_test_electrum_and_eth_coins more stable by triggering subscription to the topic. * Make trade_test_electrum_and_eth_coins more stable by waiting for bob to listen on p2p port.
BCH has incompatible estimate fee request params so our
estimate_fee
calls do not work. As BCH daemon always returns 1000 sat per Kbyte we can just set this number in config e.g. in form{"fee_type":"Dynamic","sat_per_kb":1000}
. This will do the trick.NB
The text was updated successfully, but these errors were encountered: