-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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]: lncli command for walletrpc.EstimateFee #8726
Comments
how about this? Lines 212 to 268 in 399ea86
|
It is not exactly the same. For lnrpc.EstimateFee you have to provice adresses in a json string to get the feerate. It's fine for the usecase of estimating the exact fee in satoshis for a transaction. If you only like to know the current onchain feerate you don't need the overhead of providing the json string. |
Maybe the new command should therefore be called |
Made a PR yesterday. Named it But maybe better to discuss it here. |
I am looking for a lncli command returning the
sat_per_kw
for a givenconf_target
. There iswalletrpc.EstimateFee
, but I cannot find a corresponding lncli command for this. I foundlncli estimatefee
but this callslnrpc.EstimateFee
.Have I missed something?
The text was updated successfully, but these errors were encountered: