test: Create all blocks with version 4 or higher

This commit is contained in:
MarcoFalke
2019-07-03 16:14:55 +02:00
parent 8cb43077b3
commit fac90c55be
2 changed files with 3 additions and 2 deletions

View File

@@ -615,7 +615,7 @@ class CBlockHeader:
self.calc_sha256()
def set_null(self):
self.nVersion = 1
self.nVersion = 4
self.hashPrevBlock = 0
self.hashMerkleRoot = 0
self.nTime = 0