From 68b3929d7820f6feef9515311bacbad26450ab86 Mon Sep 17 00:00:00 2001 From: peicuiping Date: Thu, 9 May 2024 17:14:14 +0800 Subject: [PATCH] chore: remove repetitive words --- chia/_tests/plot_sync/test_receiver.py | 2 +- chia/_tests/wallet/dao_wallet/test_dao_clvm.py | 2 +- chia/cmds/init.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chia/_tests/plot_sync/test_receiver.py b/chia/_tests/plot_sync/test_receiver.py index ef20b6c5d715..fcafbaa3e532 100644 --- a/chia/_tests/plot_sync/test_receiver.py +++ b/chia/_tests/plot_sync/test_receiver.py @@ -132,7 +132,7 @@ def post_function_validate(receiver: Receiver, data: Union[List[Plot], List[str] async def run_sync_step(receiver: Receiver, sync_step: SyncStepData) -> None: assert receiver.current_sync().state == sync_step.state last_sync_time_before = receiver._last_sync.time_done - # For the the list types invoke the trigger function in batches + # For the list types invoke the trigger function in batches if sync_step.payload_type == PlotSyncPlotList or sync_step.payload_type == PlotSyncPathList: step_data, _ = sync_step.args assert len(step_data) == 10 diff --git a/chia/_tests/wallet/dao_wallet/test_dao_clvm.py b/chia/_tests/wallet/dao_wallet/test_dao_clvm.py index af0e8f56ee89..5420020ce8bd 100644 --- a/chia/_tests/wallet/dao_wallet/test_dao_clvm.py +++ b/chia/_tests/wallet/dao_wallet/test_dao_clvm.py @@ -98,7 +98,7 @@ def test_proposal() -> None: ) self_destruct_time = 1000 # number of blocks oracle_spend_delay = 10 - active_votes_list = [0xFADEDDAB] # are the the ids of previously voted on proposals? + active_votes_list = [0xFADEDDAB] # are the ids of previously voted on proposals? acs: Program = Program.to(1) acs_ph: bytes32 = acs.get_tree_hash() diff --git a/chia/cmds/init.py b/chia/cmds/init.py index 0c7baf3d4327..ce53a197d4dc 100644 --- a/chia/cmds/init.py +++ b/chia/cmds/init.py @@ -40,7 +40,7 @@ def init_cmd( - Make a copy of your Farming Machine CA directory: ~/.chia/[version]/config/ssl/ca - Shut down all chia daemon processes with `chia stop all -d` - Run `chia init -c [directory]` on your remote harvester, - where [directory] is the the copy of your Farming Machine CA directory + where [directory] is the copy of your Farming Machine CA directory - Get more details on remote harvester on Chia wiki: https://github.com/Chia-Network/chia-blockchain/wiki/Farming-on-many-machines """