mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-06 12:34:46 -04:00
Show progress in mailbox network stress test
This commit is contained in:
parent
1a496e0963
commit
cb14a7961b
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ public class NetworkStressTest {
|
|||
return;
|
||||
StressTestMailboxMessage msg = (StressTestMailboxMessage) (decryptedMsgWithPubKey.message);
|
||||
if ((msg.getData().equals("test/" + peer.getAddress())))
|
||||
receivedMailboxLatch.countDown();
|
||||
countDownAndPrint(receivedMailboxLatch, 'm');
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue