File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
network/src/network_beacon_processor Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -147,12 +147,6 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
147147 ) ;
148148 }
149149
150- info ! (
151- self . log,
152- "Downloading historical blocks" ;
153- "Keep execution payload" => !self . store. get_config( ) . prune_payloads,
154- ) ;
155-
156150 // Store the blobs too
157151 if let Some ( blobs) = maybe_blobs {
158152 new_oldest_blob_slot = Some ( block. slot ( ) ) ;
Original file line number Diff line number Diff line change @@ -483,6 +483,7 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
483483 debug ! ( self . log, "Backfill batch processed" ;
484484 "batch_epoch" => epoch,
485485 "first_block_slot" => start_slot,
486+ "keep_execution_payload" => !self . chain. store. get_config( ) . prune_payloads,
486487 "last_block_slot" => end_slot,
487488 "processed_blocks" => sent_blocks,
488489 "processed_blobs" => n_blobs,
You can’t perform that action at this time.
0 commit comments