refactor packages and rename protocol class for trade process, comments

This commit is contained in:
Manfred Karrer 2014-08-26 21:05:40 +02:00
parent c455ae176b
commit d3d23cc459
53 changed files with 136 additions and 573 deletions

View file

@ -28,7 +28,6 @@ public class BtcValidatorTest {
@Test
public void testIsMinSpendableAmount() {
Coin amount = null;
//noinspection ConstantConditions
assertFalse("tx unfunded, pending", BtcValidator.isMinSpendableAmount(amount));
amount = Coin.ZERO;