iancoleman / bip39

A web tool for converting BIP39 mnemonic codes
https://iancoleman.io/bip39/
MIT License
3.57k stars 1.45k forks source link

Seems to be a duplicate 'bitcoin' variable #175

Closed iancoleman closed 6 years ago

iancoleman commented 6 years ago

There seems to be a duplicate of the bitcoinjs library

  1. Open developer console
  2. The correct library is in variable bitcoinjs.bitcoin
  3. There is an incorrect duplicate in variable bitcoin

Need to check why this is and remove the duplicate version.

iancoleman commented 6 years ago

Fixed in https://github.com/iancoleman/bip39/commit/b777ff554de2075015e7df0108e33808005b99e9

Was due to an incorrectly configured index.js for browserify-ing bitcoinsj-lib