Skip to content

Commit

Permalink
Revert "Update ClusterConfig.cs"
Browse files Browse the repository at this point in the history
This reverts commit 2de26d5.
  • Loading branch information
xiaolin1579 committed Jun 17, 2024
1 parent 2de26d5 commit a329220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Miningcore/Configuration/ClusterConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -664,13 +664,13 @@ public partial class EquihashNetworkParams
public partial class ErgoCoinTemplate : CoinTemplate
{
[EnumMember(Value = "none")]
None
None,

Check failure on line 667 in src/Miningcore/Configuration/ClusterConfig.cs

View workflow job for this annotation

GitHub Actions / build

Invalid token ',' in class, record, struct, or interface member declaration

Check failure on line 667 in src/Miningcore/Configuration/ClusterConfig.cs

View workflow job for this annotation

GitHub Actions / build

Invalid token ',' in class, record, struct, or interface member declaration
}

public enum CryptonoteSubfamily
{
[EnumMember(Value = "none")]
None
None,
}

public enum CryptonightHashType
Expand Down

0 comments on commit a329220

Please sign in to comment.