Re-enable dht data protection

This commit is contained in:
Manfred Karrer 2015-03-20 14:25:17 +01:00
parent fa900219b2
commit ec83feabfa
12 changed files with 463 additions and 161 deletions

View file

@ -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);
}
);