Skip to content

Commit

Permalink
docs: rename v2 to di (#21181)
Browse files Browse the repository at this point in the history
Co-authored-by: Facundo <facundomedica@gmail.com>
  • Loading branch information
tac0turtle and facundomedica authored Aug 6, 2024
1 parent 6779dc5 commit 111a999
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/build/building-apps/02-app-mempool.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Namely, the SDK provides the following mempools:
* [Sender Nonce Mempool](#sender-nonce-mempool)
* [Priority Nonce Mempool](#priority-nonce-mempool)

The default SDK is a [No-op Mempool](#no-op-mempool), but it can be replaced by the application developer in [`app.go`](./01-app-go-v2.md):
The default SDK is a [No-op Mempool](#no-op-mempool), but it can be replaced by the application developer in [`app.go`](./01-app-go-di.md):

```go
nonceMempool := mempool.NewSenderNonceMempool()
Expand Down

0 comments on commit 111a999

Please sign in to comment.