Skip to content

Commit

Permalink
chore: fix typos (#4162)
Browse files Browse the repository at this point in the history
  • Loading branch information
comfsrt authored Jan 2, 2025
1 parent 892be32 commit 7ecfe8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/benchmark/throughput.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var bigBlockManifest = Manifest{
CelestiaAppVersion: "pr-3261",
TxClientVersion: "pr-3261",
EnableLatency: false,
LatencyParams: LatencyParams{70, 0}, // in milliseconds
LatencyParams: LatencyParams{70, 0}, // in milliseconds
BlobSequences: 60,
BlobsPerSeq: 6,
BlobSizes: "200000",
Expand Down
2 changes: 1 addition & 1 deletion test/txsim/run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func TestTxSimUpgrade(t *testing.T) {

require.NoError(t, cctx.WaitForNextBlock())

// updrade to v3 at height 20
// upgrade to v3 at height 20
sequences := []txsim.Sequence{
txsim.NewUpgradeSequence(v3.Version, 20),
}
Expand Down

0 comments on commit 7ecfe8b

Please sign in to comment.