Skip to content

Commit

Permalink
Update substrate/frame/revive/src/gas.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
  • Loading branch information
cmichi and xermicus authored Jan 8, 2025
1 parent e839c65 commit e53c1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/revive/src/gas.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ pub struct RefTimeLeft(u64);

/// Resource that needs to be synced to the executor.
///
/// Wrapped to make sure that the resource will be synced back the executor.
/// Wrapped to make sure that the resource will be synced back to the executor.
#[must_use]
pub struct Syncable(polkavm::Gas);

Expand Down

0 comments on commit e53c1bb

Please sign in to comment.