Skip to content

Commit

Permalink
public validate_transaction_in_pool
Browse files Browse the repository at this point in the history
  • Loading branch information
helin6 committed Jun 21, 2024
1 parent 3e31f6e commit dd5d50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/ethereum/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ impl<T: Config> Pallet<T> {
// Controls that must be performed by the pool.
// The controls common with the State Transition Function (STF) are in
// the function `validate_transaction_common`.
fn validate_transaction_in_pool(
pub fn validate_transaction_in_pool(
origin: H160,
transaction: &Transaction,
) -> TransactionValidity {
Expand Down

0 comments on commit dd5d50d

Please sign in to comment.