mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 04:11:07 +00:00
Remove sender from Applyable. (#5129)
This commit is contained in:
@@ -118,7 +118,7 @@ impl<
|
||||
where
|
||||
Block::Extrinsic: Checkable<Context> + Codec,
|
||||
CheckedOf<Block::Extrinsic, Context>:
|
||||
Applyable<AccountId=System::AccountId, DispatchInfo=DispatchInfo> +
|
||||
Applyable<DispatchInfo=DispatchInfo> +
|
||||
GetDispatchInfo,
|
||||
CallOf<Block::Extrinsic, Context>: Dispatchable,
|
||||
OriginOf<Block::Extrinsic, Context>: From<Option<System::AccountId>>,
|
||||
@@ -143,7 +143,7 @@ impl<
|
||||
where
|
||||
Block::Extrinsic: Checkable<Context> + Codec,
|
||||
CheckedOf<Block::Extrinsic, Context>:
|
||||
Applyable<AccountId=System::AccountId, DispatchInfo=DispatchInfo> +
|
||||
Applyable<DispatchInfo=DispatchInfo> +
|
||||
GetDispatchInfo,
|
||||
CallOf<Block::Extrinsic, Context>: Dispatchable,
|
||||
OriginOf<Block::Extrinsic, Context>: From<Option<System::AccountId>>,
|
||||
|
||||
Reference in New Issue
Block a user