Function pallet_liquidity_pools_gateway_queue::pallet::dispatchables::process_failed_message
source · pub fn process_failed_message<T: Config>(nonce: T::MessageNonce)
Expand description
Convenience method for manually processing a failed message.
If the execution is successful, the message gets removed from the
FailedMessageQueue
storage.
NOTES:
- this extrinsic does not error out during message processing to ensure that any storage changes (i.e. to the message queues) are not reverted.
- an extra defensive weight is added in order to cover the weight used when processing the message.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::process_failed_message
.