Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 99d6bb1

Browse files
committed
[CO-354] Move "requiresNetworkMagic" field from mainnet_base's core config
1 parent baf55d4 commit 99d6bb1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/configuration.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ mainnet_base: &mainnet_base
259259
avvmDistr: {}
260260

261261
dbSerializeVersion: 0
262-
requiresNetworkMagic: NMMustBeNothing
263262

264263
ntp:
265264
responseTimeout: 30000000 # 30 sec
@@ -14777,6 +14776,8 @@ mainnet_full: &mainnet_full
1477714776
file: mainnet-genesis.json
1477814777
hash: 5f20df933584822601f9e3f8c024eb5eb252fe8cefb24d1317dc3d432e940ebb
1477914778

14779+
requiresNetworkMagic: NMMustBeNothing
14780+
1478014781
mainnet_wallet_win64: &mainnet_wallet_win64
1478114782
<<: *mainnet_full
1478214783
update:
@@ -14901,6 +14902,8 @@ mainnet_dryrun_full: &mainnet_dryrun_full
1490114902
file: mainnet-genesis-dryrun-with-stakeholders.json
1490214903
hash: c6a004d3d178f600cd8caa10abbebe1549bef878f0665aea2903472d5abf7323
1490314904

14905+
requiresNetworkMagic: NMMustBeNothing
14906+
1490414907
mainnet_dryrun_wallet_win64: &mainnet_dryrun_wallet_win64
1490514908
<<: *mainnet_dryrun_full
1490614909
update:

0 commit comments

Comments
 (0)