We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b8e466 commit 1a1f5cbCopy full SHA for 1a1f5cb
packages/testing/src/consensus_testing/keys.py
@@ -310,7 +310,7 @@ def build_attestation_signatures(
310
public_keys=public_keys,
311
signatures=signatures,
312
message=message,
313
- epoch=Uint64(epoch),
+ epoch=epoch,
314
)
315
proofs.append(proof)
316
src/lean_spec/subspecs/containers/state/state.py
@@ -655,7 +655,7 @@ def _aggregate_signatures_from_gossip(
655
656
657
message=data_root,
658
659
660
return proof, missing_validator_ids
661
0 commit comments