bitcoinjs / bip32

A BIP32 compatible library.
MIT License
177 stars 127 forks source link

I got this error [RangeError: Range consisting of offset and length are out of bounds] #40

Closed vtn-dev2016 closed 2 years ago

vtn-dev2016 commented 3 years ago

When I call bip32.fromSeed() got this error [RangeError: Range consisting of offset and length are out of bounds]. on React Native

eozturk1 commented 3 years ago

fromSeed takes seed and network parameters (See here). Can that be the problem?