Skip to content

Commit

Permalink
Add todo for DIFFICULTY_CONSTANT_FACTOR
Browse files Browse the repository at this point in the history
  • Loading branch information
Starttoaster committed Sep 14, 2024
1 parent 1f482c9 commit 13c7b08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/v1/chianetwork_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ type NetworkConstants struct {
// +optional
AggSigMeAdditionalData string `json:"AGG_SIG_ME_ADDITIONAL_DATA,omitempty"`

// TODO this should actually be a uint128 but it's much more difficult to implement a custom uint128 type with controller-tools generating CRDs yamls
// +optional
DifficultyConstantFactor uint64 `json:"DIFFICULTY_CONSTANT_FACTOR,omitempty"`

Expand Down

0 comments on commit 13c7b08

Please sign in to comment.