mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 00:07:57 +00:00
Fix latest substrate compatibility check (#653)
* Fix weights refs * Update Runtime Call name
This commit is contained in:
@@ -7,7 +7,7 @@ use crate::{
|
||||
self,
|
||||
runtime_types::{
|
||||
self,
|
||||
frame_support::weights::weight_v2::Weight,
|
||||
sp_weights::weight_v2::Weight,
|
||||
},
|
||||
sudo,
|
||||
},
|
||||
@@ -16,7 +16,7 @@ use crate::{
|
||||
};
|
||||
use sp_keyring::AccountKeyring;
|
||||
|
||||
type Call = runtime_types::kitchensink_runtime::Call;
|
||||
type Call = runtime_types::kitchensink_runtime::RuntimeCall;
|
||||
type BalancesCall = runtime_types::pallet_balances::pallet::Call;
|
||||
|
||||
#[tokio::test]
|
||||
|
||||
Reference in New Issue
Block a user