mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-04 11:08:05 +01:00
Less visible error
This commit is contained in:
parent
1a3613622b
commit
580db15907
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue