Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Aideepakchaudhary committed Jun 26, 2024
1 parent 0ebb291 commit d9e0a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/transaction-storage/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ pub mod pallet {

fn on_finalize(n: BlockNumberFor<T>) {
assert!(
<ProofChecked<T>>::take() || {
ProofChecked::<T>::take() || {
// Proof is not required for early or empty blocks.
let number = frame_system::Pallet::<T>::block_number();
let period = StoragePeriod::<T>::get();
Expand Down

0 comments on commit d9e0a5b

Please sign in to comment.