Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions NBitcoin.Altcoins/AltcoinNetworkSets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public class AltNetworkSets
public static Althash Althash { get; } = Althash.Instance;
public static Neblio Neblio { get; } = Neblio.Instance;
public static Triptourcoin Triptourcoin { get; } = Triptourcoin.Instance;
public static Decred Decred { get; } = Decred.Instance;

public static IEnumerable<INetworkSet> GetAll()
{
Expand Down Expand Up @@ -81,6 +82,7 @@ public static IEnumerable<INetworkSet> GetAll()
yield return Althash;
yield return Neblio;
yield return Triptourcoin;
yield return Decred;
}
}
}
Loading