mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 23:47:56 +00:00
Remove unconventional unit struct (#3084)
This commit is contained in:
committed by
Bastian Köcher
parent
e9d41feb1c
commit
920221fa02
@@ -139,7 +139,7 @@ impl Trait for Test {
|
||||
type ValidatorIdOf = ConvertInto;
|
||||
type Keys = UintAuthorityId;
|
||||
type Event = ();
|
||||
type SelectInitialValidators = crate::ConfigValidators;
|
||||
type SelectInitialValidators = ();
|
||||
}
|
||||
|
||||
#[cfg(feature = "historical")]
|
||||
|
||||
Reference in New Issue
Block a user