Skip to content

Commit

Permalink
Update ClusterConfig.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Jun 17, 2024
1 parent 00eef60 commit 2de26d5
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 668 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 668 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 2de26d5

Please sign in to comment.