Skip to content

Commit

Permalink
SingleNode: Update to first validator in Genesis
Browse files Browse the repository at this point in the history
This special configuration for running a single node locally for testing
requires that the node uses the seed from the first validator in the
Genesis block. Recently this was updated but this file was out of sync.
  • Loading branch information
hewison-chris authored and mkykadir committed Dec 22, 2021
1 parent e664f92 commit a3d134e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devel/config-single.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ consensus:

validator:
enabled: true
# We use first of Genesis Block enrollments: val7: boa1xrval7gwhjz4k9raqukcnv2n4rl4fxt74m2y9eay6l5mqdf4gntnzhhscrh
seed: SAWI3JZWDDSQR6AX4DRG2OMS26Y6XY4X2WA3FK6D5UW4WTU74GUQXRZP
# We use first of Genesis Block enrollments: val5: boa1xrval5rzmma29zh4aqgv3mvcarhwa0w8rgthy3l9vaj3fywf9894ycmjkm8
seed: SAZO4WA5SXUN3J6XBXZCFPXJJZ62IQAJYAG2KBVWF2QZKTU2WK3QTNMV
registry_address: http://127.0.0.1:2826/
addresses_to_register:
- http://127.0.0.1:2826/
Expand Down

0 comments on commit a3d134e

Please sign in to comment.