From 82d695a40cc261a37f38489e103539997d935c7d Mon Sep 17 00:00:00 2001 From: AlexD10S Date: Wed, 27 Sep 2023 13:40:11 +0200 Subject: [PATCH] replace transfer with transferAllowDeath --- examples/statemine/0_xcm/3_force_hrmp-open-channels.yml | 4 ++-- examples/statemint/0_xcm/3_force_hrmp-open-channels.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/statemine/0_xcm/3_force_hrmp-open-channels.yml b/examples/statemine/0_xcm/3_force_hrmp-open-channels.yml index dfdae02..8ceb28f 100644 --- a/examples/statemine/0_xcm/3_force_hrmp-open-channels.yml +++ b/examples/statemine/0_xcm/3_force_hrmp-open-channels.yml @@ -42,7 +42,7 @@ tests: - chain: *relay_chain signer: *rc_signer pallet: balances - call: transfer + call: transferAllowDeath args: [ *pp_sovereign, # destination *amount, # value @@ -56,7 +56,7 @@ tests: - chain: *relay_chain signer: *rc_signer pallet: balances - call: transfer + call: transferAllowDeath args: [ *ap_sovereign, # destination *amount, # value diff --git a/examples/statemint/0_xcm/3_force_hrmp-open-channels.yml b/examples/statemint/0_xcm/3_force_hrmp-open-channels.yml index ecf344a..753925e 100644 --- a/examples/statemint/0_xcm/3_force_hrmp-open-channels.yml +++ b/examples/statemint/0_xcm/3_force_hrmp-open-channels.yml @@ -42,7 +42,7 @@ tests: - chain: *relay_chain signer: *rc_signer pallet: balances - call: transfer + call: transferAllowDeath args: [ *pp_sovereign, # destination *amount, # value @@ -56,7 +56,7 @@ tests: - chain: *relay_chain signer: *rc_signer pallet: balances - call: transfer + call: transferAllowDeath args: [ *ap_sovereign, # destination *amount, # value