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

Commit

Permalink
Change ticker to CRDS
Browse files Browse the repository at this point in the history
  • Loading branch information
John authored and John committed Jun 29, 2018
1 parent 5279412 commit 0f41d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/bisq/asset/coins/Credits.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
public class Credits extends Coin {

public Credits() {
super("Credits", "Credits", new CreditsAddressValidator());
super("Credits", "CRDS", new CreditsAddressValidator());
}


Expand Down

0 comments on commit 0f41d90

Please sign in to comment.