docs: rename v2 to di (#21181)
Co-authored-by: Facundo <facundomedica@gmail.com>
This commit is contained in:
parent
6779dc5a97
commit
111a99995e
2
docs/build/building-apps/02-app-mempool.md
vendored
2
docs/build/building-apps/02-app-mempool.md
vendored
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user