From d75a01ec83f0940cd5165a039b4aecca249c45b7 Mon Sep 17 00:00:00 2001 From: Conner Fromknecht Date: Tue, 4 Sep 2018 18:54:32 -0700 Subject: [PATCH] walletunlocker/service: change noencryptwallet reference to noseedbackup --- walletunlocker/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/walletunlocker/service.go b/walletunlocker/service.go index c3fd45f2..5efc211b 100644 --- a/walletunlocker/service.go +++ b/walletunlocker/service.go @@ -309,7 +309,7 @@ func (u *UnlockerService) ChangePassword(ctx context.Context, privatePw := in.CurrentPassword // If the current password is blank, we'll assume the user is coming - // from a --noencryptwallet state, so we'll use the default passwords. + // from a --noseedbackup state, so we'll use the default passwords. if len(in.CurrentPassword) == 0 { publicPw = lnwallet.DefaultPublicPassphrase privatePw = lnwallet.DefaultPrivatePassphrase