mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 08:41:02 +00:00
Rename param and update comment (#1108)
* Rename param in `confirm_delivery` * Fix typo * Update comment * Fix review issue
This commit is contained in:
@@ -136,9 +136,7 @@ impl<S: InboundLaneStorage> InboundLane<S> {
|
||||
return ReceivalResult::TooManyUnconfirmedMessages;
|
||||
}
|
||||
|
||||
// dispatch message before updating anything in the storage. If dispatch would panic,
|
||||
// (which should not happen in the runtime) then we simply won't consider message as
|
||||
// delivered (no changes to the inbound lane storage have been made).
|
||||
// then, dispatch message
|
||||
let dispatch_result = P::dispatch(
|
||||
relayer_at_this_chain,
|
||||
DispatchMessage {
|
||||
|
||||
Reference in New Issue
Block a user