From 8d5a3d6bb9c0db883097d2bb73f2d9425a46d930 Mon Sep 17 00:00:00 2001 From: Evan Kaloudis Date: Sun, 30 May 2021 14:28:59 -0400 Subject: [PATCH] Fix typo on FundPsbt fee definition error --- lnrpc/walletrpc/walletkit_server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnrpc/walletrpc/walletkit_server.go b/lnrpc/walletrpc/walletkit_server.go index 002a620f..d04b3c46 100644 --- a/lnrpc/walletrpc/walletkit_server.go +++ b/lnrpc/walletrpc/walletkit_server.go @@ -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