mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
functional_tests: improve RPC blockchain tests
This commit is contained in:
parent
cd776b1933
commit
8dcd4d3d11
6 changed files with 296 additions and 73 deletions
|
@ -58,7 +58,7 @@ class SpeedTest():
|
|||
|
||||
self._test_speed_generateblocks(daemon=daemon, blocks=70)
|
||||
for i in range(1, 10):
|
||||
while wallet.get_balance()['unlocked_balance'] == 0:
|
||||
while wallet.get_balance().unlocked_balance == 0:
|
||||
print('Waiting for wallet to refresh...')
|
||||
sleep(1)
|
||||
self._test_speed_transfer_split(wallet=wallet)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue