mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Add Decred coin
This commit is contained in:
parent
50d04452b0
commit
d48f33f74e
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ public class CurrencyUtil {
|
|||
result.add(new CryptoCurrency("UNO", "Unobtanium"));
|
||||
result.add(new CryptoCurrency("DGB", "Digibyte"));
|
||||
result.add(new CryptoCurrency("VCN", "VCoin"));
|
||||
result.add(new CryptoCurrency("DCR", "Decred"));
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue