Skip to content

Commit 3b47724

Browse files
committed
Fix double ; typo
1 parent e0267bc commit 3b47724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chain.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ class CDiskBlockIndex : public CBlockIndex
450450
}
451451
READWRITE(nVersion);
452452
}
453-
bool is_dyna = obj.RemoveDynaFedMaskOnSerialize(ser_action.ForRead());;
453+
bool is_dyna = obj.RemoveDynaFedMaskOnSerialize(ser_action.ForRead());
454454

455455
READWRITE(obj.hashPrev);
456456
READWRITE(obj.hashMerkleRoot);

0 commit comments

Comments
 (0)