Fix RPC test

This commit is contained in:
Jack Grigg
2016-10-22 15:36:38 -05:00
parent 07064ea2d1
commit bc54cf06cc

View File

@@ -48,7 +48,7 @@ class GetBlockTemplateTest(BitcoinTestFramework):
# Test 5: General checks # Test 5: General checks
tmpl = node.getblocktemplate() tmpl = node.getblocktemplate()
assert(len(tmpl['noncerange']) == 8) assert(len(tmpl['noncerange']) == 16)
# Test 6: coinbasetxn checks # Test 6: coinbasetxn checks
assert('foundersreward' in tmpl['coinbasetxn']) assert('foundersreward' in tmpl['coinbasetxn'])