mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 19:47:59 +00:00
xcm: Improve debuggability (#2799)
Adds more logging to the XCM execution for better debugging.
This commit is contained in:
@@ -1438,7 +1438,7 @@ pub trait Dispatchable {
|
||||
/// Every function call from your runtime has an origin, which specifies where the extrinsic was
|
||||
/// generated from. In the case of a signed extrinsic (transaction), the origin contains an
|
||||
/// identifier for the caller. The origin can be empty in the case of an inherent extrinsic.
|
||||
type RuntimeOrigin;
|
||||
type RuntimeOrigin: Debug;
|
||||
/// ...
|
||||
type Config;
|
||||
/// An opaque set of information attached to the transaction. This could be constructed anywhere
|
||||
|
||||
Reference in New Issue
Block a user