Skip to content

Commit

Permalink
remove a useless "`"
Browse files Browse the repository at this point in the history
  • Loading branch information
lispc committed Sep 6, 2024
1 parent 604e8a1 commit 2f30f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup/tracing/tracing.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ type TraceEnv struct {
// The following Mutexes are used to protect against parallel read/write,
// since txs are executed in parallel.
pMu sync.Mutex // for `TraceEnv.StorageTrace.Proofs`
sMu sync.Mutex // for `TraceEnv.state``
sMu sync.Mutex // for `TraceEnv.state`
cMu sync.Mutex // for `TraceEnv.Codes`

*types.StorageTrace
Expand Down

0 comments on commit 2f30f73

Please sign in to comment.