Skip to content

Commit

Permalink
Update runtime-modules/bounty/src/actors.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ignazio Bovo <bovoignazio.dev@gmail.com>
  • Loading branch information
Lezek123 and ignazio-bovo committed Nov 23, 2022
1 parent 709586d commit 340a13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime-modules/bounty/src/actors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ impl<T: Config> BountyActorManager<T> {
Ok(())
}

// Add some balance from the council budget and slash from the bounty account.
// Add some balance to the council budget and slash from the bounty account usable balance.
fn transfer_balance_to_council_budget(
bounty_id: T::BountyId,
amount: BalanceOf<T>,
Expand Down

0 comments on commit 340a13a

Please sign in to comment.