Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 2 additions & 1 deletion polkadot/xcm/xcm-executor/src/traits/event_emitter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ pub trait EventEmitter {
/// - `origin`: The origin location of the XCM.
/// - `destination`: The target location where the message is sent.
/// - `message`: `Some(Xcm)` for `pallet_xcm::Event::Sent`, `None` for other events to reduce
/// - `message_id`: A unique identifier for the XCM. storage.
/// storage.
/// - `message_id`: A unique identifier for the XCM.
fn emit_sent_event(
origin: Location,
destination: Location,
Expand Down
8 changes: 8 additions & 0 deletions prdoc/pr_9057.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
title: Align parameters for `EventEmitter::emit_sent_event`
doc:
- audience: Runtime Dev
description: Corrected markdown and indentation for the `emit_sent_event` function
parameters in the `EventEmitter` trait documentation for better readability.
crates:
- name: staging-xcm-executor
bump: none
Loading