Skip to content

Commit

Permalink
chore: remove repetitive words (#17996)
Browse files Browse the repository at this point in the history
  • Loading branch information
peicuiping authored Jul 15, 2024
1 parent dfa0557 commit 2dbd5b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chia/_tests/plot_sync/test_receiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,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
Expand Down
2 changes: 1 addition & 1 deletion chia/_tests/wallet/dao_wallet/test_dao_clvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down
2 changes: 1 addition & 1 deletion chia/cmds/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit 2dbd5b3

Please sign in to comment.