mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
Forward enable_overseer_always (#4858)
Cumulus actually uses the `build_full` function. I missed that.
This commit is contained in:
@@ -68,6 +68,7 @@ fn main() -> Result<()> {
|
||||
true,
|
||||
None,
|
||||
None,
|
||||
false,
|
||||
polkadot_service::RealOverseerGen,
|
||||
)
|
||||
.map_err(|e| e.to_string())?;
|
||||
|
||||
Reference in New Issue
Block a user