mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-24 16:26:02 +03:00
Remove leftover None prints in test_trade_bad_spend (#17147)
Remove leftover None prints in test_trade_bad_spend.
This commit is contained in:
parent
d317b47575
commit
1bc5e0039a
@ -1801,7 +1801,7 @@ class TestCATTrades:
|
||||
return wallet_node_taker._tx_messages_in_progress == {}
|
||||
|
||||
for _ in range(10):
|
||||
print(await wallet_node_taker._resend_queue())
|
||||
await wallet_node_taker._resend_queue()
|
||||
await time_out_assert(5, check_wallet_cache_empty, True)
|
||||
offer_tx_records: List[TransactionRecord] = await wallet_node_maker.wallet_state_manager.tx_store.get_not_sent()
|
||||
await full_node.process_transaction_records(records=offer_tx_records)
|
||||
|
Loading…
Reference in New Issue
Block a user