mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 13:21:01 +00:00
Revert dispatch-results (#2048)
* Revert "Reintroduce msg dispatch status reporting (#2027)" This reverts commit 38bb051e3d778ee2f5e9451f89cf479a71fd68f8. * post-revert fix
This commit is contained in:
committed by
Bastian Köcher
parent
c2e68484de
commit
512d43fabe
@@ -853,7 +853,7 @@ mod tests {
|
||||
LaneId, MessageKey,
|
||||
};
|
||||
use bridge_runtime_common::{
|
||||
integrity::check_additional_signed, messages_xcm_extension::XcmBlobMessageDispatchError,
|
||||
integrity::check_additional_signed, messages_xcm_extension::XcmBlobMessageDispatchResult,
|
||||
};
|
||||
use codec::Encode;
|
||||
use pallet_bridge_messages::OutboundLanes;
|
||||
@@ -928,8 +928,8 @@ mod tests {
|
||||
let dispatch_result =
|
||||
FromMillauMessageDispatch::dispatch(&AccountId::from([0u8; 32]), incoming_message);
|
||||
assert!(matches!(
|
||||
dispatch_result.dispatch_result,
|
||||
Err(XcmBlobMessageDispatchError::NotDispatched(_)),
|
||||
dispatch_result.dispatch_level_result,
|
||||
XcmBlobMessageDispatchResult::NotDispatched(_),
|
||||
));
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user