mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-26 00:15:18 -04:00
refactor packages and rename protocol class for trade process, comments
This commit is contained in:
parent
c455ae176b
commit
d3d23cc459
53 changed files with 136 additions and 573 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue