Skip to content

Commit

Permalink
Add missing block_relay param
Browse files Browse the repository at this point in the history
  • Loading branch information
HCastano committed Jan 19, 2024
1 parent b4ad166 commit c5c4e3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/cli/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ pub fn new_full_base(
import_queue,
block_announce_validator_builder: None,
warp_sync_params: Some(WarpSyncParams::WithProvider(warp_sync)),
block_relay: None,
})?;

if config.offchain_worker.enabled {
Expand Down

0 comments on commit c5c4e3c

Please sign in to comment.