Skip to content

Commit

Permalink
feat: make Pending storage item public
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshvarma committed Jan 24, 2024
1 parent d9513e0 commit 8a5a81a
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 8a5a81a

Please sign in to comment.