Skip to content
Snippets Groups Projects
Unverified Commit 9d0c7835 authored by bgallois's avatar bgallois
Browse files

fix tests

parent 79d0d42b
No related branches found
No related tags found
No related merge requests found
Pipeline #32362 failed
...@@ -80,7 +80,7 @@ pub async fn transfer_all(client: &Client, from: AccountKeyring, to: AccountKeyr ...@@ -80,7 +80,7 @@ pub async fn transfer_all(client: &Client, from: AccountKeyring, to: AccountKeyr
client client
.tx() .tx()
.create_signed( .create_signed(
&gdev::tx().balances().transfer_all(to.clone().into(), false), &gdev::tx().balances().transfer_all(to.clone().into(), true), // Since 0.9.42, `keep_alive=false` will triggered an error due to providers check
&from, &from,
BaseExtrinsicParamsBuilder::new(), BaseExtrinsicParamsBuilder::new(),
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment