Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoapi committed Apr 11, 2017
1 parent d006c9c commit b819b6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GoUrl/GoUrlCore/Cryptobox.cs
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,7 @@ public void Dispose()
public static class CryptoHelper
{
private static readonly string[] CryptoboxCoins = { "bitcoin", "litecoin", "dogecoin", "dash", "speedcoin", "reddcoin", "potcoin", "feathercoin", "vertcoin", "vericoin", "peercoin", "paycoin", "monetaryunit", "swiscoin" };

public static string cryptobox_selcoin(string[] coins, string defCoin = "")
{
if (coins.Length == 0)
Expand Down

0 comments on commit b819b6d

Please sign in to comment.