Skip to content

Commit

Permalink
fix: height type in proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
evilpeach committed Jan 24, 2023
1 parent ece8c18 commit b69d977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/types/code.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export interface CodeInfo extends CodeLocalInfo {

interface CodeProposal {
proposalId: number;
height: number;
height: Option<number>;
created: Date;
}

Expand Down

0 comments on commit b69d977

Please sign in to comment.