Browse Source

Fix RPC test

pull/4/head
Jack Grigg 8 years ago
parent
commit
bc54cf06cc
No known key found for this signature in database GPG Key ID: 6A6914DAFBEA00DA
  1. 2
      qa/rpc-tests/getblocktemplate.py

2
qa/rpc-tests/getblocktemplate.py

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

Loading…
Cancel
Save