Skip to content

Commit

Permalink
fix: change request
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigBalthazar committed Jul 11, 2024
1 parent f87e3df commit 8099697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallet/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func (wm *Manager) AddressHistory(
return wlt.GetHistory(address), nil
}

func (wm *Manager) SignMessage(walletName, password, addr, msg string) (string, error) {
func (wm *Manager) SignMessage(walletName, password, addr, msg string) (string, error) {
wlt, ok := wm.wallets[walletName]
if !ok {
return "", status.Errorf(codes.NotFound, "wallet is not loaded")
Expand Down

0 comments on commit 8099697

Please sign in to comment.