Skip to content

Commit

Permalink
Update test_libs/pyspec/eth2spec/test/phase_0/block_processing/test_p…
Browse files Browse the repository at this point in the history
…rocess_attestation.py

Co-Authored-By: Danny Ryan <dannyjryan@gmail.com>
  • Loading branch information
dankrad and djrtwo committed Jun 28, 2019
1 parent 4dcb47e commit 2a6a154
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def test_non_empty_custody_bits(spec, state):
attestation = get_valid_attestation(spec, state)
state.slot += spec.MIN_ATTESTATION_INCLUSION_DELAY

attestation.custody_bits = deepcopy(attestation.aggregation_bits)
attestation.custody_bits = attestation.aggregation_bits[:]

sign_attestation(spec, state, attestation)

Expand Down

0 comments on commit 2a6a154

Please sign in to comment.