summaryrefslogtreecommitdiff
path: root/bip-0039.mediawiki
diff options
context:
space:
mode:
authorLuke Dashjr <luke_github1@dashjr.org>2021-07-02 21:26:17 +0000
committerGitHub <noreply@github.com>2021-07-02 21:26:17 +0000
commitad745f2f0155c90f0471ba87e8687e9891e8a63f (patch)
tree532e6542fe55ee3c0267244d7a30a88af5561f89 /bip-0039.mediawiki
parent07228b680132689cb0b0fcfc197e99938098781a (diff)
parentcdbe675223d2324321836fa9fe9f8c6e1e0c734f (diff)
downloadbips-ad745f2f0155c90f0471ba87e8687e9891e8a63f.tar.xz
Merge pull request #1127 from chirag64/patch-1
Updated URL of the JavaScript reference implementation
Diffstat (limited to 'bip-0039.mediawiki')
-rw-r--r--bip-0039.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki
index 498694c..4ac3c55 100644
--- a/bip-0039.mediawiki
+++ b/bip-0039.mediawiki
@@ -163,7 +163,7 @@ Haskell:
* https://github.com/NicolasDorier/NBitcoin
JavaScript:
-* https://github.com/bitpay/bitcore-mnemonic
+* https://github.com/bitpay/bitcore/tree/master/packages/bitcore-mnemonic
* https://github.com/bitcoinjs/bip39 (used by [[https://github.com/blockchain/My-Wallet-V3/blob/v3.8.0/src/hd-wallet.js#L121-L146|blockchain.info]])
Java: