Skip to content

Commit 7e5ea04

Browse files
committed
fix compile bug
1 parent c714eef commit 7e5ea04

File tree

1 file changed

+1
-1
lines changed
  • catalyst-toolbox/src/rewards/proposers

1 file changed

+1
-1
lines changed

catalyst-toolbox/src/rewards/proposers/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ pub struct Calculation {
8181
pub overall_score: i64,
8282
pub yes: u64,
8383
pub no: u64,
84-
pub result: u64,
84+
pub result: i64,
8585
pub meets_approval_threshold: YesNo,
8686
pub requested_dollars: i64,
8787
pub status: FundedStatus,

0 commit comments

Comments
 (0)