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

Commit ea0ac67

Browse files
boundless-forestaurexav
authored andcommitted
Add lost comment
1 parent 87f1a94 commit ea0ac67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frame/evm/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ pub mod pallet {
105105

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

0 commit comments

Comments
 (0)