mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-13 11:09:23 +01:00
Merge pull request #5343 from kaloudis/patch-1
Fix typo on FundPsbt fee definition error
This commit is contained in:
commit
22b1008916
1 changed files with 1 additions and 1 deletions
|
@ -1067,7 +1067,7 @@ func (w *WalletKit) FundPsbt(_ context.Context,
|
|||
|
||||
default:
|
||||
return nil, fmt.Errorf("fee definition missing, need to " +
|
||||
"specify either target_conf or set_per_vbyte")
|
||||
"specify either target_conf or sat_per_vbyte")
|
||||
}
|
||||
|
||||
// Then, we'll extract the minimum number of confirmations that each
|
||||
|
|
Loading…
Add table
Reference in a new issue