mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
Companion for substrate#8079 (#2408)
* Companion for substrate#8079 * More changes * "Update Substrate" Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -70,10 +70,7 @@ impl From<sc_network::ObservedRole> for ObservedRole {
|
||||
match role {
|
||||
sc_network::ObservedRole::Light => ObservedRole::Light,
|
||||
sc_network::ObservedRole::Authority => ObservedRole::Authority,
|
||||
sc_network::ObservedRole::Full
|
||||
| sc_network::ObservedRole::OurSentry
|
||||
| sc_network::ObservedRole::OurGuardedAuthority
|
||||
=> ObservedRole::Full,
|
||||
sc_network::ObservedRole::Full => ObservedRole::Full,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user