Skip to content

Commit

Permalink
fix: modify GetExtendedPublicKeysParam proto message tag number
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoguang1010 committed Feb 29, 2024
1 parent 70d1c69 commit 8f19ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imkey-core/ikc-proto/src/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ message DeriveSubAccountsResult {
}

message GetExtendedPublicKeysParam {
repeated PublicKeyDerivation derivations = 4;
repeated PublicKeyDerivation derivations = 1;
}

message GetExtendedPublicKeysResult {
Expand Down

0 comments on commit 8f19ca6

Please sign in to comment.