mirror of
https://github.com/bitcoin/bips.git
synced 2025-06-01 10:39:25 +02:00
Less visible error
This commit is contained in:
parent
1a3613622b
commit
580db15907
@ -120,7 +120,7 @@ Note that a block's state never depends on its own nVersion; only on that of its
|
||||
walk = block;
|
||||
for (i = 0; i < 2016; i++) {
|
||||
walk = walk.parent;
|
||||
if (walk.nVersion & 0xE0000000 == 0x2000000 && (walk.nVersion >> bit) & 1 == 1) {
|
||||
if (walk.nVersion & 0xE0000000 == 0x20000000 && (walk.nVersion >> bit) & 1 == 1) {
|
||||
count++;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user