File tree Expand file tree Collapse file tree
cardano-testnet/src/Testnet Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ createSubdirectoryIfMissingNew parent subdirectory = GHC.withFrozenCallStack $ d
277277-- Pretty JSON logs will be placed in:
278278-- 1. <tmp workspace directory>/logs/ledger-new-epoch-state.log
279279-- 2. <tmp workspace directory>/logs/ledger-new-epoch-state-diffs.log
280- -- NB: The diffs represent the the changes in the 'NewEpochState' between each
280+ -- NB: The diffs represent the changes in the 'NewEpochState' between each
281281-- block or turn of the epoch. We have excluded the 'stashedAVVMAddresses'
282282-- field of 'NewEpochState' in the JSON rendering.
283283-- The logging thread will be cancelled when `MonadResource` releases all resources.
Original file line number Diff line number Diff line change @@ -1265,7 +1265,7 @@ let
12651265 # set to true, when the leader task completes, all other tasks within
12661266 # the task group will be gracefully shutdown. The shutdown process
12671267 # starts by applying the shutdown_delay if configured. It then stops
1268- # the the leader task first, followed by non-sidecar and non-poststop
1268+ # the leader task first, followed by non-sidecar and non-poststop
12691269 # tasks, and finally sidecar tasks. Once this process completes,
12701270 # post-stop tasks are triggered. See the lifecycle documentation for a
12711271 # complete description of task lifecycle management.
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ cardano-cli allegra transaction build-raw \
6767 --out-file tx3.txbody
6868
6969# Sign the transaction body with the two genesis delegate keys,
70- # and the the uxto spending key.
70+ # and the uxto spending key.
7171
7272cardano-cli allegra transaction sign \
7373 --signing-key-file addresses/user1.skey \
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ cardano-cli mary transaction build-raw \
6767 --out-file tx4.txbody
6868
6969# Sign the transaction body with the two genesis delegate keys,
70- # and the the uxto spending key.
70+ # and the uxto spending key.
7171
7272cardano-cli mary transaction sign \
7373 --signing-key-file addresses/user1.skey \
You can’t perform that action at this time.
0 commit comments