Update py3 division

This commit is contained in:
mdr0id 2020-01-08 11:32:22 -08:00
parent c7113bd6f1
commit 93c625397f
1 changed files with 2 additions and 2 deletions

View File

@ -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