Skip to content

Commit

Permalink
Update from generationHash to generationHashSeed
Browse files Browse the repository at this point in the history
  • Loading branch information
rich-dtk committed May 6, 2020
1 parent faa6db3 commit dad95f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
identifier = {{network_identifier}}
publicKey = {{network_public_key}}
nodeEqualityStrategy = host
generationHash = {{network_generation_hash}}
generationHashSeed = {{network_generation_hash}}
epochAdjustment = 1573430400s

[chain]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[nemesis]

networkIdentifier = {{network_identifier}}
nemesisGenerationHash = {{nemesis_generation_hash}}
nemesisGenerationHashSeed = {{nemesis_generation_hash}}
nemesisSignerPrivateKey = {{nemesis_signer_private_key}}

[cpp]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
identifier = {{network_identifier}}
nodeEqualityStrategy = host
publicKey = {{network_public_key}}
generationHash = {{network_generation_hash}}
generationHashSeed = {{network_generation_hash}}
epochAdjustment = 1573430400s

[chain]
Expand Down

0 comments on commit dad95f5

Please sign in to comment.