diff --git a/lnd.go b/lnd.go index aea8689a..3305ed1e 100644 --- a/lnd.go +++ b/lnd.go @@ -204,7 +204,7 @@ func lndMain() error { var ( privateWalletPw = lnwallet.DefaultPrivatePassphrase publicWalletPw = lnwallet.DefaultPublicPassphrase - birthday time.Time + birthday = time.Now() recoveryWindow uint32 unlockedWallet *wallet.Wallet )