Skip to content

Commit cae0176

Browse files
committed
fmt
1 parent a45727b commit cae0176

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

consensus/state_processing/src/per_block_processing/signature_sets.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,10 @@ where
318318
);
319319
}
320320

321-
let epoch = indexed_payload_attestation.data.slot.epoch(E::slots_per_epoch());
321+
let epoch = indexed_payload_attestation
322+
.data
323+
.slot
324+
.epoch(E::slots_per_epoch());
322325
let domain = spec.get_domain(
323326
epoch,
324327
Domain::PTCAttester,

0 commit comments

Comments
 (0)