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 authored and zhangchiqing committed Sep 21, 2024
1 parent 1d74b80 commit 63a7ac0
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 63a7ac0

Please sign in to comment.