Skip to content

Commit

Permalink
updated ProposalInfo amount feild from f64 to string
Browse files Browse the repository at this point in the history
  • Loading branch information
nagarajm22 committed Jun 27, 2024
1 parent 80154ed commit 32a3480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json/src/governance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pub struct ProposalInfo {
pub context_hash: String,
pub r#type: ProposalType,
pub status: ProposalStatus,
pub amount: Option<f64>,
pub amount: Option<String>,
pub current_cycle: u64,
pub total_cycles: u64,
pub creation_height: u64,
Expand Down

0 comments on commit 32a3480

Please sign in to comment.