From 504d82cc1ac751bb39c14323a73bd9ebea92ca5e Mon Sep 17 00:00:00 2001 From: Aditya Asgaonkar Date: Sat, 20 Nov 2021 09:16:43 -0800 Subject: [PATCH] Add datatype to new parameters --- specs/phase0/fork-choice.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/phase0/fork-choice.md b/specs/phase0/fork-choice.md index 65783d34d..e43fca3a5 100644 --- a/specs/phase0/fork-choice.md +++ b/specs/phase0/fork-choice.md @@ -62,13 +62,13 @@ Any of the above handlers that trigger an unhandled exception (e.g. a failed ass | Name | Value | Unit | Duration | | - | - | :-: | :-: | | `SAFE_SLOTS_TO_UPDATE_JUSTIFIED` | `2**3` (= 8) | slots | 96 seconds | -| `ATTESTATION_OFFSET_QUOTIENT` | `3` | - | - | +| `ATTESTATION_OFFSET_QUOTIENT` | `uint64(3)` | - | - | ### Configuration | Name | Value | | - | - | -| `PROPOSER_SCORE_BOOST_QUOTIENT` | `4` | +| `PROPOSER_SCORE_BOOST_QUOTIENT` | `uint64(4)` | ### Helpers