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 #55 from imnotarobot0x/list-credits-asset
Browse files Browse the repository at this point in the history
Change ticker to CRDS

This fixes a problem that slipped through in #39.
  • Loading branch information
cbeams committed Jun 30, 2018
2 parents 6b009bb + 0f41d90 commit 5ec990c
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 5ec990c

Please sign in to comment.