There was an error while loading. Please reload this page.
1 parent e3aec93 commit d5f8533Copy full SHA for d5f8533
1 file changed
Monero.Test/TestMoneroDaemonRpc.cs
@@ -31,11 +31,18 @@ public MoneroDaemonRpcFixture()
31
BINARY_BLOCK_CTX.txContext.fromGetTxPool = false;
32
BINARY_BLOCK_CTX.txContext.hasOutputIndices = false;
33
BINARY_BLOCK_CTX.txContext.fromBinaryBlock = true;
34
-
35
- StartMining.Start();
36
- GenUtils.WaitFor(5000);
37
- StopMining.Stop();
38
+ try
+ {
+ StartMining.Start();
+ GenUtils.WaitFor(5000);
+ StopMining.Stop();
39
40
+ }
41
+ catch
42
43
+
44
45
46
TestUtils.WALLET_TX_TRACKER.Reset(); // all wallets need to wait for txs to confirm to reliably sync
47
}
48
0 commit comments