We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eebd46 commit 3f0b2e3Copy full SHA for 3f0b2e3
1 file changed
upgrade/upgrade.go
@@ -81,7 +81,7 @@ func updateOrbiterModuleAccounts(ctx sdk.Context, logger log.Logger, accountKeep
81
if ok {
82
continue
83
}
84
- return fmt.Errorf("error creating the base account for %s", name)
+ return fmt.Errorf("error creating the base account for %s: %T", name, acc)
85
86
87
macc := authtypes.NewModuleAccount(baseAcc, name, perms...)
0 commit comments