error handling, popups, code cleanup

This commit is contained in:
Manfred Karrer 2014-06-27 15:36:03 +02:00
parent 828b5ad9f2
commit 7abbe21329
107 changed files with 1911 additions and 2283 deletions

View file

@ -1,9 +1,8 @@
package io.bitsquare.btc;
import com.google.bitcoin.core.Transaction;
import org.junit.Test;
import java.math.BigInteger;
import org.junit.Test;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;