Skip to content

Commit

Permalink
feat: fix the lint issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnseeker8 committed Jun 14, 2024
1 parent 84d2805 commit 3e326de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ledger-mobile-bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class LedgerMobileBridge
* Method to sign a string Message.
* Sending the string message to the device and returning the signed message.
*
* @param params - An object contains hdPath and message
* @param params - An object contains hdPath and message.
* @param params.hdPath - The BIP 32 path of the account.
* @param params.message - The message to sign.
* @returns Retrieve v, r, s from the signed message.
Expand Down

0 comments on commit 3e326de

Please sign in to comment.