Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Problem: (fix #2026)CRYPTO_GENESIS_FINGERPRINT in Makefile should upd…
Browse files Browse the repository at this point in the history
…ate as genesis.json changed

Solution: update CRYPTO_GENESIS_FINGERPRINT in Makefile for devnet
  • Loading branch information
allthatjazzleo committed Jul 27, 2020
1 parent 520c5c1 commit 1952b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ ifeq ($(chain), devnet)
CHAIN_ID = test-chain-y3m1e6-AB
NETWORK_ID = AB
SGX_MODE = $(sgx_mode)
CRYPTO_GENESIS_FINGERPRINT = 13EBEC140C7DC6AE519DB91304C1F54C4781BEA02EDD2A90740B65D18D2E4C75
CRYPTO_GENESIS_FINGERPRINT = 0F73F35EDE9EB74299F9816B0C9DE4C7ED4D284590A4CB9348CAEC38BA86893F
else ifeq ($(chain), testnet)
CHAIN_ID = testnet-thaler-crypto-com-chain-42
NETWORK_ID = 42
Expand Down

0 comments on commit 1952b15

Please sign in to comment.