integration: fix HDNode search space
This commit is contained in:
parent
25e824dd23
commit
18c8261cef
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ describe('bitcoinjs-lib (crypto)', function () {
|
||||||
serQP.copy(data, 0)
|
serQP.copy(data, 0)
|
||||||
|
|
||||||
// search index space until we find it
|
// search index space until we find it
|
||||||
for (var i = 0; i < bitcoin.HDNode.HIGHEST_BIT; ++i) {
|
for (var i = 0; i < 0x80000000; ++i) {
|
||||||
data.writeUInt32BE(i, 33)
|
data.writeUInt32BE(i, 33)
|
||||||
|
|
||||||
// calculate I
|
// calculate I
|
||||||
|
|
Loading…
Add table
Reference in a new issue