Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
support for italian mnemonics
Browse files Browse the repository at this point in the history
  • Loading branch information
isocolsky committed May 6, 2016
1 parent 7f15c05 commit dac96cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/credentials.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ var wordsForLang = {
'ja': Mnemonic.Words.JAPANESE,
'zh': Mnemonic.Words.CHINESE,
'fr': Mnemonic.Words.FRENCH,
'it': Mnemonic.Words.ITALIAN,
};

Credentials.createWithMnemonic = function(network, passphrase, language, account) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"async": "^0.9.0",
"bip38": "^1.3.0",
"bitcore-lib": "^0.13.7",
"bitcore-mnemonic": "~1.0.0",
"bitcore-mnemonic": "git://github.com/bitpay/bitcore-mnemonic#d79f48386d490f29880238d5efbc734a93a71f7b",
"bitcore-payment-protocol": "git://github.com/bitpay/bitcore-payment-protocol#caec0c6d0b3a84cc53cb1224302adffa39dd16f3",
"browser-request": "^0.3.3",
"json-stable-stringify": "^1.0.0",
Expand Down

0 comments on commit dac96cf

Please sign in to comment.