docs: rename v2 to di (#21181)

Co-authored-by: Facundo <facundomedica@gmail.com>
This commit is contained in:
Marko 2024-08-06 21:19:01 +02:00 committed by GitHub
parent 6779dc5a97
commit 111a99995e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -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()