diff --git a/qa/rpc-tests/dpow.py b/qa/rpc-tests/dpow.py index cf56d1ff5..c0036c560 100755 --- a/qa/rpc-tests/dpow.py +++ b/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'])