Browse Source

Remove no longer relevant TODO

pull/140/head
Duke Leto 6 years ago
parent
commit
3f240e3e82
  1. 1
      qa/rpc-tests/dpow.py

1
qa/rpc-tests/dpow.py

@ -28,7 +28,6 @@ class DPoWTest(BitcoinTestFramework):
result = rpc.getinfo()
print result
# TODO: actually do notarizations on regtest and test for specific data
# TODO: does this have mainnet values somehow?
assert(result['notarized'] >= 0)
assert(result['notarizedhash'])
assert(result['notarizedtxid'])

Loading…
Cancel
Save