mirror of
https://github.com/monero-project/monero.git
synced 2025-08-11 22:00:20 -04:00
functional_tests: python3 compatibility
and add missing tests
This commit is contained in:
parent
1fac83858a
commit
6b72541dc0
7 changed files with 15 additions and 15 deletions
|
@ -48,7 +48,7 @@ from framework.wallet import Wallet
|
|||
|
||||
class SpeedTest():
|
||||
def reset(self):
|
||||
print 'Resetting blockchain'
|
||||
print('Resetting blockchain')
|
||||
daemon = Daemon()
|
||||
res = daemon.get_height()
|
||||
daemon.pop_blocks(res.height - 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue