diff --git a/dist/index.html b/dist/index.html index 1628a17..fa071d2 100644 --- a/dist/index.html +++ b/dist/index.html @@ -598,7 +598,7 @@

Warning

amnesic operating system like Tails.

- + @@ -122599,6 +122599,7 @@

Changelog

  • V1.0.0 - Initial release
  • V1.0.1 - Fix social preview information
  • V1.0.2 - Fix loading issue on iOS devices
  • +
  • V1.0.3 - Add passphrase tester tool
  • `, UNKNOWN: /*html*/ `

    ERROR: 404

    @@ -123572,7 +123573,7 @@

    ERROR: 404

    case 'bip49': if (!knownAddress.startsWith('3')) { msg = - 'ERROR: Your path indicates a wrapped segwit address, but your address doesn\'t start with "1"'; + 'ERROR: Your path indicates a wrapped segwit address, but your address doesn\'t start with "3"'; bip39PassphraseMessage(msg); toast('Incorrect path'); return; diff --git a/package.json b/package.json index 61102a1..3fa330c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seed-tool", - "version": "1.0.2", + "version": "1.0.3", "description": "Bitcoin wallet seed tool", "main": "index.js", "scripts": { diff --git a/src/www/dev.html b/src/www/dev.html index ef688f4..fd1d7bc 100644 --- a/src/www/dev.html +++ b/src/www/dev.html @@ -122,7 +122,7 @@

    Warning

    amnesic operating system like Tails.

    - + diff --git a/src/www/js/info.js b/src/www/js/info.js index c96e31d..3a93834 100644 --- a/src/www/js/info.js +++ b/src/www/js/info.js @@ -377,6 +377,7 @@ window.infoHtml = {
  • V1.0.0 - Initial release
  • V1.0.1 - Fix social preview information
  • V1.0.2 - Fix loading issue on iOS devices
  • +
  • V1.0.3 - Add passphrase tester tool
  • `, UNKNOWN: /*html*/ `

    ERROR: 404