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

Commit 5cce66b

Browse files
committed
Fix coRequiresNetworkMagic config value
1 parent 132f96c commit 5cce66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cardano/Shell/Presets.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ mainnetConfiguration =
101101
, geSrc = "mainnet-genesis.json"
102102
, geFileHash = "5f20df933584822601f9e3f8c024eb5eb252fe8cefb24d1317dc3d432e940ebb"
103103
}
104-
, coRequiresNetworkMagic = "NetworkMainOrStage"
104+
, coRequiresNetworkMagic = "RequiresNoMagic"
105105
, coDBSerializeVersion = 0
106106
}
107107
, ccNTP =

0 commit comments

Comments
 (0)