Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add receiveddmp getter
  • Loading branch information
PolkadotDom committed May 8, 2024
commit 67c0ff13bcc6f4ac80039d1a54ddc2bac7126de5
4 changes: 4 additions & 0 deletions substrate/frame/contracts/mock-network/src/mocks/msg_queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ pub mod pallet {
ParachainId::<T>::get()
}

pub fn received_dmp() -> Vec<Xcm<T::RuntimeCall>> {
ReceivedDmp::<T>::get()
}

fn handle_xcmp_message(
sender: ParaId,
_sent_at: RelayBlockNumber,
Expand Down