Fix chainstate serialized_size computation
This commit is contained in:
committed by
Jack Grigg
parent
79272bfaf9
commit
f95bf4c417
@@ -43,7 +43,7 @@ class BlockchainTest(BitcoinTestFramework):
|
||||
assert_equal(res[u'transactions'], 200)
|
||||
assert_equal(res[u'height'], 200)
|
||||
assert_equal(res[u'txouts'], 200)
|
||||
assert_equal(res[u'bytes_serialized'], 13000),
|
||||
assert_equal(res[u'bytes_serialized'], 13924),
|
||||
assert_equal(len(res[u'bestblock']), 64)
|
||||
assert_equal(len(res[u'hash_serialized']), 64)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user