Skip to content

Commit

Permalink
merged pr - fixed dot typo
Browse files Browse the repository at this point in the history
  • Loading branch information
christsim committed Jan 24, 2022
1 parent 40e1ce9 commit a24c216
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/wallet-address-validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -12540,7 +12540,7 @@ module.exports = {
const addressFormat = addressFormats.find(af => af.addressLength === addressAndChecksum.length);

if (!addressFormat) {
throw new Erorr('Invalid address length');
throw new Error('Invalid address length');
}

const decodedAddress = cryptoUtils.byteArray2hexStr(addressAndChecksum.slice(0, addressFormat.accountIndexLength));
Expand Down
2 changes: 1 addition & 1 deletion dist/wallet-address-validator.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"ZClassic","zcl",
"ZenCash","zen"
],
"version": "0.5.7",
"version": "0.5.8",
"author": "Chris <[email protected]>",
"homepage": "https://github.com/christsim/multicoin-address-validator",
"license": "MIT",
Expand Down

0 comments on commit a24c216

Please sign in to comment.