Skip to content

Commit

Permalink
Bump ConfigHash definition_hash value
Browse files Browse the repository at this point in the history
  • Loading branch information
KaloyanTanev committed Jan 16, 2025
1 parent 609e242 commit c820c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/definition.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ type Definition struct {
TargetGasLimit uint `config_hash:"13" definition_hash:"13" json:"target_gas_limit" ssz:"uint64"`

// ConfigHash uniquely identifies a cluster definition excluding operator ENRs and signatures.
ConfigHash []byte `json:"config_hash,0xhex" ssz:"Bytes32" config_hash:"-" definition_hash:"13"`
ConfigHash []byte `json:"config_hash,0xhex" ssz:"Bytes32" config_hash:"-" definition_hash:"14"`

// DefinitionHash uniquely identifies a cluster definition including operator ENRs and signatures.
DefinitionHash []byte `json:"definition_hash,0xhex" ssz:"Bytes32" config_hash:"-" definition_hash:"-"`
Expand Down

0 comments on commit c820c0a

Please sign in to comment.