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

fix renaming RuntimeCall

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