diff --git a/wallets/account.go b/wallets/account.go index a7c12ed3..37d6ba42 100644 --- a/wallets/account.go +++ b/wallets/account.go @@ -186,7 +186,7 @@ func (account *HDAccount) SetContext(ctx *core.WalletContext) { account.context = ctx } -// SetContext is the context setter +// GetContext is the context getter func (account *HDAccount) GetContext() *core.WalletContext { account.contextMtx.RLock() defer account.contextMtx.RUnlock()