Skip to content

Commit

Permalink
chore: add missing field for getL1ValidatorResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
ruijialin-avalabs committed Dec 4, 2024
1 parent a28654a commit 0d337c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vms/pvm/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ export interface GetL1ValidatorResponse {
deactivationOwner: {
addresses: string[];
locktime: string;
threshold: string;
};
startTime: string;
weight: string;
Expand Down

0 comments on commit 0d337c5

Please # to comment.