Skip to content

Commit

Permalink
Merge pull request #2529 from quantum13/rename_xdr
Browse files Browse the repository at this point in the history
rename XDR ticker (conflict with ISO 4217)
  • Loading branch information
ripcurlx authored Mar 25, 2019
2 parents ab4d203 + de4d400 commit c9c775d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/src/main/java/bisq/asset/coins/XDR.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
public class XDR extends Coin {

public XDR() {
super("XDR", "XDR", new Mile.MileAddressValidator());
super("XDR", "XDR0", new Mile.MileAddressValidator());
}

}

0 comments on commit c9c775d

Please sign in to comment.