Skip to content

Commit

Permalink
Pending pub
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinonard authored and PierreOssun committed Jun 5, 2024
1 parent 9126c21 commit ec45ace
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 ec45ace

Please sign in to comment.