Skip to content

Commit

Permalink
btcwallet: Set wallet's client birthday...
Browse files Browse the repository at this point in the history
on importAccount.

Signed-off-by: Ononiwu Maureen <59079323+Chinwendu20@users.noreply.github.com>
  • Loading branch information
Chinwendu20 authored and kaloudis committed Aug 27, 2024
1 parent 97da0b7 commit 8c64a5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lnwallet/btcwallet/btcwallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,9 @@ func (b *BtcWallet) ImportAccount(name string, accountPubKey *hdkeychain.Extende
if err != nil {
return nil, nil, nil, err
}

b.wallet.SetClientBirthday()

return accountProps, nil, nil, nil
}

Expand Down

0 comments on commit 8c64a5f

Please sign in to comment.