mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-31 18:58:51 -04:00
Fix fee calculation, add adjustable non-trade mining fee
This commit is contained in:
parent
2abc2cd5bc
commit
565c44d94c
12 changed files with 230 additions and 144 deletions
|
@ -85,6 +85,7 @@ public class PeerServiceTest {
|
|||
SeedNode seedNode = new SeedNode(test_dummy_dir);
|
||||
seedNodes.add(seedNode);
|
||||
seedNode.createAndStartP2PService(true);
|
||||
|
||||
seedNode.getSeedNodeP2PService().start(new P2PServiceListener() {
|
||||
@Override
|
||||
public void onRequestingDataCompleted() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue