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

fix renaming RuntimeCall

parent 8529e271
Branches
Tags documents/v0.7.1
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