3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-14 19:25:51 +00:00

Remove an unnecessary import.

This commit is contained in:
Mike Hearn 2011-12-16 14:23:33 +01:00
parent 3d45b4b4a9
commit 7774bf4aa4

View File

@ -25,10 +25,7 @@ import java.io.ByteArrayOutputStream;
import java.util.Arrays; import java.util.Arrays;
import java.util.LinkedHashMap; import java.util.LinkedHashMap;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.*;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
public class BitcoinSerializerTest { public class BitcoinSerializerTest {
private final byte[] addrMessage = Hex.decode("f9beb4d96164647200000000000000001f000000" + private final byte[] addrMessage = Hex.decode("f9beb4d96164647200000000000000001f000000" +