diff --git a/qa/rpc-tests/proton_test.py b/qa/rpc-tests/proton_test.py index b82b8c664..fd1c5cf95 100755 --- a/qa/rpc-tests/proton_test.py +++ b/qa/rpc-tests/proton_test.py @@ -89,9 +89,9 @@ class ProtonTest (BitcoinTestFramework): baseheight = self.nodes[0].getblockcount() # 200 blocks already mined # generate some blocks - self.nodes[0].generate(self.numblocks/2) + self.nodes[0].generate(self.numblocks//2) self.sync_all() - self.nodes[1].generate(self.numblocks/2) + self.nodes[1].generate(self.numblocks//2) self.sync_all() # wait for server to finish