mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-03 04:06:23 -04:00
Rename methods, cleanup
This commit is contained in:
parent
9c9064091a
commit
6888eacc24
13 changed files with 233 additions and 262 deletions
|
@ -277,7 +277,7 @@ public class PlaceOfferProtocolTest {
|
|||
countDownLatch.countDown();
|
||||
};
|
||||
PlaceOfferProtocol placeOfferProtocol = getPlaceOfferProtocol(getOffer(), resultHandler, faultHandler);
|
||||
placeOfferProtocol.placeOffer();
|
||||
placeOfferProtocol.onPlaceOfferRequested();
|
||||
countDownLatch.await();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue