Skip to content

Commit 03aba98

Browse files
change key index type in migration
1 parent 173d612 commit 03aba98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cmd/util/ledger/migrations/add_key_migration.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ func (m *AddKeyMigration) MigrateAccount(
172172

173173
type keyAddedReport struct {
174174
Address string `json:"address"`
175-
Index uint64 `json:"index"`
175+
Index uint32 `json:"index"`
176176
Key string `json:"key"`
177177
}
178178

0 commit comments

Comments
 (0)