mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
* Add `WeightInfo` * fix test * fix tests * fix more tests
This commit is contained in:
@@ -87,6 +87,7 @@ impl system::Trait for Test {
|
||||
type AccountData = balances::AccountData<u128>;
|
||||
type OnNewAccount = ();
|
||||
type OnKilledAccount = ();
|
||||
type SystemWeightInfo = ();
|
||||
}
|
||||
|
||||
impl crate::initializer::Trait for Test {
|
||||
|
||||
Reference in New Issue
Block a user