mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-27 01:30:30 -04:00
Remove unused wallet_height_at_least (#17213)
Remove unused wallet_height_at_least.
This commit is contained in:
@@ -30,14 +30,6 @@ from tests.connection_utils import add_dummy_connection
|
||||
from tests.util.setup_nodes import OldSimulatorsAndWallets
|
||||
from tests.util.time_out_assert import time_out_assert
|
||||
|
||||
|
||||
def wallet_height_at_least(wallet_node, h):
|
||||
height = wallet_node.wallet_state_manager.blockchain._peak_height
|
||||
if height == h:
|
||||
return True
|
||||
return False
|
||||
|
||||
|
||||
log = getLogger(__name__)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user