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

Commit

Permalink
Apply code style
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeams committed Jun 28, 2018
1 parent e040cc0 commit 62f664c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
8 changes: 0 additions & 8 deletions src/main/java/bisq/asset/coins/Nano.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,12 @@

import bisq.asset.Coin;
import bisq.asset.RegexAddressValidator;
import org.intellij.lang.annotations.Language;

/**
* Created by will on 6/8/18 at 11:52 PM.
*
* @author Will "n9Mtq4" Bresnahan
*/
public class Nano extends Coin {

@Language("RegExp")
private static final String NANO_REGEX = "^(nano_|xrb_)[13456789abcdefghijkmnopqrstuwxyz]{60}";

public Nano() {
super("Nano", "NANO", new RegexAddressValidator(NANO_REGEX));
}

}
6 changes: 0 additions & 6 deletions src/test/java/bisq/asset/coins/NanoTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@

import bisq.asset.AbstractAssetTest;

/**
* Created by will on 6/9/18 at 12:03 AM.
*
* @author Will "n9Mtq4" Bresnahan
*/
public class NanoTest extends AbstractAssetTest {

public NanoTest() {
Expand Down Expand Up @@ -53,5 +48,4 @@ public void testInvalidAddresses() {
// assertInvalidAddress("xrb_1111111111111111111111111111111111111111111111111111hifc8npx"); // invalid checksum
// assertInvalidAddress("xrb_1311111111111111111111111111111111111111111111111111hifc8npp"); // invalid checksum
}

}

0 comments on commit 62f664c

Please sign in to comment.