Skip to content

Commit

Permalink
Pending pub
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinonard committed Apr 15, 2024
1 parent 73d814d commit 198d640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/ethereum/src/lib.rs
Expand Up @@ -319,7 +319,7 @@ pub mod pallet {

/// Current building block's transactions and receipts.
#[pallet::storage]
pub(super) type Pending<T: Config> =
pub type Pending<T: Config> =
StorageValue<_, Vec<(Transaction, TransactionStatus, Receipt)>, ValueQuery>;

/// The current Ethereum block.
Expand Down

0 comments on commit 198d640

Please sign in to comment.