-
Notifications
You must be signed in to change notification settings - Fork 24
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
[feature request]:use electrum server for fee rate estimation #33
Comments
That value above is the default value for fee rate. We allow to change it with
We will default to that once that is live in the default electrum servers. So for most users it will be a transparent change. In the meantime, or for users that want to set a different fee rate, they can use We will add utils for fee estimation, but that's currently not a priority since there is no fee market on Liquid. |
Thank you for your answer. |
I think the request is misunderstood. Elements wallet is able to ask its own node for an estimate of the current fee based upon the mempool. |
The fee rate appears to be a fixed value if not specified, such as
send
rpc.I would like to request to use the electrum/electrs
blockchain.estimatefee
for a fee rate estimate.Also, it would be nice if it could be considered the confidential transaction discounts.
ElementsProject/elements#1317
Steps to reproduce
My understand is that the fee used in the following commands is a fixed value.
Additional Context
As far as I have checked the code, the fee_rate is set to 100.0.
lwk/lwk_wollet/src/tx_builder.rs
Line 79 in d5899a8
This is a feature that I thought would be nice to have in the implementation to make lwk available in peerswap.
Now, we call directly on electrs' estimate fee.
ElementsProject/peerswap#288
The text was updated successfully, but these errors were encountered: