This commit is contained in:
Keith Yeung
2022-09-22 22:26:02 +08:00
parent 7dc793d76c
commit 1dba83a903
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -103,7 +103,7 @@ where
{
fn should_execute<RuntimeCall>(
origin: &MultiLocation,
message: &mut [Instruction<Call>],
message: &mut [Instruction<RuntimeCall>],
max_weight: XCMWeight,
weight_credit: &mut XCMWeight,
) -> Result<(), ()> {
@@ -117,7 +117,7 @@ pub struct DenyReserveTransferToRelayChain;
impl ShouldExecute for DenyReserveTransferToRelayChain {
fn should_execute<RuntimeCall>(
origin: &MultiLocation,
message: &mut [Instruction<Call>],
message: &mut [Instruction<RuntimeCall>],
_max_weight: XCMWeight,
_weight_credit: &mut XCMWeight,
) -> Result<(), ()> {