Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
Update tests/eth2/beacon/state_machines/forks/test_serenity_epoch_pro…
Browse files Browse the repository at this point in the history
…cessing.py

Co-Authored-By: ralexstokes <r.alex.stokes@gmail.com>
  • Loading branch information
hwwhww and ralexstokes committed Mar 11, 2019
1 parent 15ca916 commit 41d1bc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def test_ensure_update_eth1_vote_if_exists(sample_beacon_state_params,
config,
vote_offsets):
# one less than a majority is the majority divided by 2
threshold = _majority_threshold(config) / 2
threshold = _majority_threshold(config) // 2
data_votes = tuple(
Eth1DataVote(
eth1_data=Eth1Data(
Expand Down

0 comments on commit 41d1bc8

Please sign in to comment.