Skip to content
This repository has been archived by the owner on Sep 6, 2018. It is now read-only.

Commit

Permalink
Merge pull request #54 from cbeams/fix-cnmc
Browse files Browse the repository at this point in the history
Fix ticker symbol for Cryptonodes (CNMC)
  • Loading branch information
cbeams committed Jun 29, 2018
2 parents b66e4a8 + bd160e6 commit 0d1bc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/bisq/asset/coins/Cryptonodes.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
public class Cryptonodes extends Coin {

public Cryptonodes() {
super("Cryptonodes", "Cryptonodes", new CryptonodesAddressValidator());
super("Cryptonodes", "CNMC", new CryptonodesAddressValidator());
}


Expand Down

0 comments on commit 0d1bc82

Please sign in to comment.