mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
functional_tests: pop exactly what we need to test before testing
This commit is contained in:
parent
e037ecb014
commit
1fac83858a
10 changed files with 20 additions and 10 deletions
|
@ -81,7 +81,8 @@ class MultisigTest():
|
|||
def reset(self):
|
||||
print('Resetting blockchain')
|
||||
daemon = Daemon()
|
||||
daemon.pop_blocks(1000)
|
||||
res = daemon.get_height()
|
||||
daemon.pop_blocks(res.height - 1)
|
||||
daemon.flush_txpool()
|
||||
|
||||
def mine(self, address, blocks):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue