Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Update frame/contracts/src/storage/meter.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Sasha Gryaznov <[email protected]>
  • Loading branch information
juangirini and agryaznov authored Aug 18, 2023
1 parent 6597a09 commit 63ae66a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frame/contracts/src/storage/meter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ pub trait Ext<T: Config> {
/// around depending on whether `amount` constitutes a `Charge` or a `Refund`.
/// It should be used in combination with `check_limit` to check that no more balance than this
/// limit is ever charged.
///
/// `reason` indicates the [`ChargeReason`] that originated the charge.
fn charge(
origin: &T::AccountId,
contract: &T::AccountId,
Expand Down

0 comments on commit 63ae66a

Please sign in to comment.