Skip to content

Commit

Permalink
fix: lint misspell
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen committed Dec 16, 2024
1 parent 92e17c5 commit 7dbb509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eotsmanager/cmd/eotsd/daemon/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func saveKeyNameMapping(cmd *cobra.Command, keyName string) (*types.BIP340PubKey
return nil, fmt.Errorf("failed to save key name mapping: %w", err)
}

cmd.Printf("Sucessfully wrote key name %s to mapping", keyName)
cmd.Printf("Successfully wrote key name %s to mapping", keyName)
return eotsPk, nil
}

Expand Down

0 comments on commit 7dbb509

Please sign in to comment.