We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19596af commit 04aa205Copy full SHA for 04aa205
1 file changed
src/Networks/Blockcore.Networks.XRC/XRCMain.cs
@@ -29,10 +29,10 @@ public class XRCMain : Network
29
public const int xRhodiumDefaultMaxTipAgeInSeconds = 604800;
30
31
/// <summary> The name of the root folder containing the different xRhodium blockchains (xRhodiumMain, xRhodiumTest, xRhodiumRegTest). </summary>
32
- public const string xRhodiumRootFolderName = "xRhodium";
+ public const string xRhodiumRootFolderName = "xrhodium";
33
34
/// <summary> The default name used for the xRhodium configuration file. </summary>
35
- public const string xRhodiumDefaultConfigFilename = "xRhodium.conf";
+ public const string xRhodiumDefaultConfigFilename = "xrhodium.conf";
36
37
public XRCMain()
38
{
0 commit comments