You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rpcserver: fix "mutually exclusive" err when using sats
If the user specifies sats but we end up setting the (validated) mSat
amount, we run into the error "sat and msat arguments are mutually
exclusive" in lnd.
To fix that, we need to reset the sat value.
0 commit comments