Skip to content

Commit

Permalink
Fix type primitive
Browse files Browse the repository at this point in the history
Co-authored-by: Duddino <[email protected]>
  • Loading branch information
JSKitty and Duddino authored Sep 4, 2023
1 parent c43bb8d commit f1b4e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ export async function cleanAndVerifySeedPhrase(

/**
* Display a Seed Phrase popup to the user and optionally wait for a Seed Passphrase
* @param {String} mnemonic - The Seed Phrase to display to the user
* @param {string} mnemonic - The Seed Phrase to display to the user
* @returns {Promise<String>} - The Mnemonic Passphrase (empty string if omitted by user)
*/
function informUserOfMnemonic(mnemonic) {
Expand Down

0 comments on commit f1b4e61

Please sign in to comment.