mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-11 19:47:30 +02:00
lnd+lnwallet: extract default wallet password vars into lnwallet
This commit is contained in:
4
lnd.go
4
lnd.go
@@ -196,8 +196,8 @@ func lndMain() error {
|
||||
proxyOpts := []grpc.DialOption{grpc.WithTransportCredentials(cCreds)}
|
||||
|
||||
var (
|
||||
privateWalletPw = []byte("hello")
|
||||
publicWalletPw = []byte("public")
|
||||
privateWalletPw = lnwallet.DefaultPrivatePassphrase
|
||||
publicWalletPw = lnwallet.DefaultPublicPassphrase
|
||||
birthday time.Time
|
||||
recoveryWindow uint32
|
||||
)
|
||||
|
Reference in New Issue
Block a user