Skip to content

Commit

Permalink
remove super visibility of Pending storage (polkadot-evm#1346)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm authored Mar 18, 2024
1 parent f02112e commit c6a962f
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 @@ -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 c6a962f

Please sign in to comment.