mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-20 21:04:28 -04:00
Re-enable dht data protection
This commit is contained in:
parent
fa900219b2
commit
ec83feabfa
12 changed files with 463 additions and 161 deletions
|
@ -108,7 +108,7 @@ public class PlaceOfferProtocolTest {
|
|||
() -> {
|
||||
log.trace("message completed");
|
||||
|
||||
offerBookService = new TomP2POfferBookService(tomP2PNode);
|
||||
offerBookService = new TomP2POfferBookService(tomP2PNode, user);
|
||||
offerBookService.setExecutor(Threading.SAME_THREAD);
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue