diff options
| -rwxr-xr-x | qa/rpc-tests/rest.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qa/rpc-tests/rest.py b/qa/rpc-tests/rest.py index f0582d5ba..f1855704f 100755 --- a/qa/rpc-tests/rest.py +++ b/qa/rpc-tests/rest.py @@ -58,9 +58,6 @@ class RESTTest (BitcoinTestFramework): self.sync_all() def run_test(self): - auxpow.mineAuxpowBlock(self.nodes[0]) - self.sync_all() - url = urlparse.urlparse(self.nodes[0].url) print "Mining blocks..." |