Skip to content

Commit

Permalink
Multinet fixes (#1774)
Browse files Browse the repository at this point in the history
* add missing hardcoded preset value

* wip

* wip
  • Loading branch information
sinkingsugar authored Sep 29, 2020
1 parent eb9faf8 commit 0c921b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions beacon_chain/spec/preset_values.nim
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ type
TARGET_COMMITTEE_SIZE
VALIDATOR_REGISTRY_LIMIT
WHISTLEBLOWER_REWARD_QUOTIENT
CONFIG_NAME

1 change: 1 addition & 0 deletions beacon_chain/spec/presets.nim
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ const
DOMAIN_VOLUNTARY_EXIT,
DOMAIN_SELECTION_PROOF,
DOMAIN_AGGREGATE_AND_PROOF,
CONFIG_NAME
}

presetValueTypes* = {
Expand Down

0 comments on commit 0c921b7

Please sign in to comment.