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

Commit

Permalink
Add lost comment
Browse files Browse the repository at this point in the history
  • Loading branch information
boundless-forest committed May 26, 2021
1 parent 994ee26 commit 44aeb7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frame/evm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ pub mod pallet {

#[pallet::call]
impl<T: Config> Pallet<T> {
/// Issue an EVM call operation. This is similar to a message call transaction in Ethereum.
#[pallet::weight(T::GasWeightMapping::gas_to_weight(*gas_limit))]
pub(super) fn call(
origin: OriginFor<T>,
Expand Down

0 comments on commit 44aeb7f

Please sign in to comment.