Skip to content

Commit

Permalink
Update crates/core/component/funding/src/liquidity_tournament/action/…
Browse files Browse the repository at this point in the history
…mod.rs

Co-authored-by: Erwan Or <erwanor@penumbralabs.xyz>
Signed-off-by: Lúcás Meier <cronokirby@gmail.com>
  • Loading branch information
cronokirby and erwanor authored Jan 30, 2025
1 parent d299209 commit cd1edf6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ impl EffectingData for ActionLiquidityTournamentVote {

impl ActionLiquidityTournamentVote {
/// This action doesn't actually produce or consume value.
pub fn balance_commmitment(&self) -> balance::Commitment {
pub fn balance_commitment(&self) -> balance::Commitment {
// This will be the commitment to zero.
balance::Commitment::default()
}
Expand Down

0 comments on commit cd1edf6

Please sign in to comment.