Skip to content
Snippets Groups Projects
Commit b8d990ae authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

fix renaming RuntimeCall

parent 8529e271
No related branches found
No related tags found
No related merge requests found
Pipeline #18721 passed
......@@ -28,7 +28,7 @@ pub async fn set_balance(client: &Client, who: AccountKeyring, amount: u64) -> R
.create_signed(
&gdev::tx()
.sudo()
.sudo(gdev::runtime_types::gdev_runtime::Call::Balances(
.sudo(gdev::runtime_types::gdev_runtime::RuntimeCall::Balances(
pallet_balances::pallet::Call::set_balance {
who: MultiAddress::Id(who.to_account_id()),
new_free: amount,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment