Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani committed Nov 13, 2024
1 parent aa14965 commit c6975a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/network/networkchain/simulate.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func (c Chain) SimulateRequests(
return nil
}

// SimulateChainStart simulates and verify the chain start by starting it with a simulation config
// simulateChainStart simulates and verify the chain start by starting it with a simulation config
// and checking if the gentxs execution is successful.
func (c Chain) simulateChainStart(ctx context.Context) error {
cmd, err := c.chain.Commands(ctx)
Expand Down

0 comments on commit c6975a5

Please sign in to comment.