mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-20 02:12:00 +01:00
Added PostCoin
This commit is contained in:
parent
f51b80fa47
commit
aafb4ad289
@ -120,6 +120,8 @@ public class CurrencyUtil {
|
|||||||
result.add(new CryptoCurrency("ERC", "Europecoin"));
|
result.add(new CryptoCurrency("ERC", "Europecoin"));
|
||||||
result.add(new CryptoCurrency("MKR", "Maker"));
|
result.add(new CryptoCurrency("MKR", "Maker"));
|
||||||
result.add(new CryptoCurrency("DAO", "DAO"));
|
result.add(new CryptoCurrency("DAO", "DAO"));
|
||||||
|
result.add(new CryptoCurrency("POST", "PostCoin"));
|
||||||
|
|
||||||
// For MKR we need a extra info box:
|
// For MKR we need a extra info box:
|
||||||
// It's very important that users only use EIP-20 compliant contract wallets.
|
// It's very important that users only use EIP-20 compliant contract wallets.
|
||||||
// Modern mist wallets should be able to do it but there are some older mist versions that can't.
|
// Modern mist wallets should be able to do it but there are some older mist versions that can't.
|
||||||
|
Loading…
Reference in New Issue
Block a user