File tree Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -3842,19 +3842,12 @@ pub fn serve<T: BeaconChainTypes>(
3842
3842
current_slot,
3843
3843
& chain. spec ,
3844
3844
) {
3845
- // Don't update custody info if we're advertising a
3846
- // false custody group count.
3847
- if network_globals
3848
- . config
3849
- . advertise_false_custody_group_count
3850
- . is_none ( )
3851
- {
3852
- chain. update_data_column_custody_info ( Some (
3853
- cgc_change
3854
- . effective_epoch
3855
- . start_slot ( T :: EthSpec :: slots_per_epoch ( ) ) ,
3856
- ) )
3857
- }
3845
+ chain. update_data_column_custody_info ( Some (
3846
+ cgc_change
3847
+ . effective_epoch
3848
+ . start_slot ( T :: EthSpec :: slots_per_epoch ( ) ) ,
3849
+ ) ) ;
3850
+
3858
3851
network_tx. send ( NetworkMessage :: CustodyCountChanged {
3859
3852
new_custody_group_count : cgc_change. new_custody_group_count ,
3860
3853
sampling_count : cgc_change. sampling_count ,
You can’t perform that action at this time.
0 commit comments