Skip to content

Commit 3f0b2e3

Browse files
committed
chore: fix?
1 parent 3eebd46 commit 3f0b2e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

upgrade/upgrade.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func updateOrbiterModuleAccounts(ctx sdk.Context, logger log.Logger, accountKeep
8181
if ok {
8282
continue
8383
}
84-
return fmt.Errorf("error creating the base account for %s", name)
84+
return fmt.Errorf("error creating the base account for %s: %T", name, acc)
8585
}
8686

8787
macc := authtypes.NewModuleAccount(baseAcc, name, perms...)

0 commit comments

Comments
 (0)