docs: rename app v2 to app di when talking about runtime v0 (backport #21329) (#21335)

Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
mergify[bot]
2024-08-17 09:25:42 +00:00
committed by GitHub
co-authored by Julien Robert
parent e37404dce3
commit e3c64e3adf
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ func TestSimAppExportAndBlockedAddrs(t *testing.T) {
AppOpts: simtestutil.NewAppOptionsWithFlagHome(t.TempDir()),
})
// BlockedAddresses returns a map of addresses in app v1 and a map of modules name in app v2.
// BlockedAddresses returns a map of addresses in app v1 and a map of modules name in app di.
for acc := range BlockedAddresses() {
var addr sdk.AccAddress
if modAddr, err := sdk.AccAddressFromBech32(acc); err == nil {