Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
mrruby committed Apr 16, 2024
1 parent a5edd27 commit ba2af42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holo-key-manager-js-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const initiateSignOut = async () => {
}
};

const initiateSignMessage = async (message: string) => {
const initiateSignMessage = async (message: Uint8Array) => {
const { signMessage } = createHoloKeyManager(holoKeyManagerConfig);
try {
const signedMessage = await signMessage(message);
Expand Down

0 comments on commit ba2af42

Please sign in to comment.