This commit is contained in:
Yostra 2020-07-28 12:26:23 +02:00 committed by Gene Hoffman
parent 63704da71b
commit aaa44e8a92
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class TestCCWallet:
tx_record = await rl_user.rl_generate_signed_transaction(1, 32 * b"\0")
now = uint64(int(time.time()))
wallet_node_1.wallet_state_manager.main_wallet.push_transaction(tx_record)
await wallet_node_1.wallet_state_manager.main_wallet.push_transaction(tx_record)
for i in range(0, num_blocks):
await full_node_1.farm_new_block(FarmNewBlockProtocol(32 * b"\0"))