mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 20:31:13 +00:00
Fixes
This commit is contained in:
@@ -23,7 +23,7 @@ where
|
|||||||
{
|
{
|
||||||
fn should_execute<Call>(
|
fn should_execute<Call>(
|
||||||
origin: &MultiLocation,
|
origin: &MultiLocation,
|
||||||
message: &mut Xcm<Call>,
|
message: &mut [Instruction<Call>],
|
||||||
max_weight: Weight,
|
max_weight: Weight,
|
||||||
weight_credit: &mut Weight,
|
weight_credit: &mut Weight,
|
||||||
) -> Result<(), ()> {
|
) -> Result<(), ()> {
|
||||||
@@ -37,7 +37,7 @@ pub struct DenyReserveTransferToRelayChain;
|
|||||||
impl ShouldExecute for DenyReserveTransferToRelayChain {
|
impl ShouldExecute for DenyReserveTransferToRelayChain {
|
||||||
fn should_execute<Call>(
|
fn should_execute<Call>(
|
||||||
origin: &MultiLocation,
|
origin: &MultiLocation,
|
||||||
message: &mut Xcm<Call>,
|
message: &mut [Instruction<Call>],
|
||||||
_max_weight: Weight,
|
_max_weight: Weight,
|
||||||
_weight_credit: &mut Weight,
|
_weight_credit: &mut Weight,
|
||||||
) -> Result<(), ()> {
|
) -> Result<(), ()> {
|
||||||
|
|||||||
Reference in New Issue
Block a user