Skip to content

Commit

Permalink
fix compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dragos-rebegea committed Apr 16, 2024
1 parent de594b3 commit 5c3900f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion energy-integration/governance-v2/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pub trait GovernanceV2:
}

#[endpoint]
fn upgrade(&self) {
fn upgrade(
&self,
proposal_id: ProposalId,
total_percentage: BigUint,
Expand Down

0 comments on commit 5c3900f

Please sign in to comment.