Skip to content

Commit

Permalink
Update substrate/frame/revive/src/storage/meter.rs
Browse files Browse the repository at this point in the history
Co-authored-by: PG Herveou <[email protected]>
  • Loading branch information
xermicus and pgherveou authored Oct 4, 2024
1 parent 40a2e53 commit d374385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/revive/src/storage/meter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ impl<T: Config, E: Ext<T>> RawMeter<T, E, Nested> {
}
if let Deposit::Charge(amount) = total_deposit {
if amount > self.limit {
return Err(<Error<T>>::StorageDepositLimitExhausted.into());
return Err(<Error<T>>::StorageDepositLimitExhausted.into())
}
}
Ok(())
Expand Down

0 comments on commit d374385

Please sign in to comment.