Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Aug 20, 2024
1 parent 64762f3 commit 9d0a002
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jsonrpc/backend/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ func NewJSONRPCBackend(
if err != nil {
return nil, err

Check warning on line 42 in jsonrpc/backend/backend.go

View check run for this annotation

Codecov / codecov/patch

jsonrpc/backend/backend.go#L40-L42

Added lines #L40 - L42 were not covered by tests
}

// support concurrent 100 accounts mutex
accMuts, err := lrucache.New[string, *sync.Mutex](cfg.QueuedTransactionCap / 10)

Check warning on line 44 in jsonrpc/backend/backend.go

View check run for this annotation

Codecov / codecov/patch

jsonrpc/backend/backend.go#L44

Added line #L44 was not covered by tests
if err != nil {
return nil, err
Expand Down

0 comments on commit 9d0a002

Please sign in to comment.