Skip to content

Commit

Permalink
Update mempool/cache.go
Browse files Browse the repository at this point in the history
Co-authored-by: Rootul P <[email protected]>
  • Loading branch information
ninabarbakadze and rootulp authored Jun 11, 2024
1 parent 37c8cd1 commit 90f482c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mempool/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type TxCache interface {
// Reset resets the cache to an empty state.
Reset()

// Push adds the given raw transaction to the cache and returns true if it was
// Push adds the given tx key to the cache and returns true if it was
// newly added. Otherwise, it returns false.
Push(tx types.TxKey) bool

Expand Down

0 comments on commit 90f482c

Please sign in to comment.