LN-Zap / zap-android

Zap Wallet - Native android lightning wallet for node operators focused on user experience and ease of use ⚡️
MIT License
165 stars 49 forks source link

Fee estimation when opening new channels #313

Closed bmml1 closed 3 years ago

bmml1 commented 3 years ago

Description

When on the "opening a new channel view" the user has the option to chose between different fee options. (additionally: would it be possible to add an option to enter a manual fee?)

Expected Behavior

Expected fee is displayed depending on user decission (slow,medium,fast)

Actual Behavior

The estimation of the fee does not work and returns a n/A

Possible Fix

Steps to Reproduce

Try opening a new channel and click the buttons.

Context

output of sudo journalctl -f -u lnd when clicking the buttons lnd[1057]: 2021-02-23 14:11:40.206 [ERR] RPCS: [/lnrpc.Lightning/EstimateFee]: transaction output is dust

Your Environment

bmml1 commented 3 years ago

Did not enter an amount so the estimate fee function failed. It works as expected.