Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
y0sher committed Oct 27, 2024
1 parent 0678236 commit b8b6df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallets/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit b8b6df7

Please sign in to comment.