Skip to content

Commit

Permalink
change key index type in migration
Browse files Browse the repository at this point in the history
  • Loading branch information
janezpodhostnik committed Jul 29, 2024
1 parent 173d612 commit 03aba98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/util/ledger/migrations/add_key_migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func (m *AddKeyMigration) MigrateAccount(

type keyAddedReport struct {
Address string `json:"address"`
Index uint64 `json:"index"`
Index uint32 `json:"index"`
Key string `json:"key"`
}

Expand Down

0 comments on commit 03aba98

Please sign in to comment.