mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-07-30 19:46:16 +00:00
extend post-broadcast mempool poll timeout to support bitcoin core privatebroadcast
This commit is contained in:
+1
-1
Submodule drongo updated: dfd947cb69...3b1e9e5817
@@ -1293,7 +1293,7 @@ public class HeadersController extends TransactionFormController implements Init
|
||||
Platform.runLater(() -> EventManager.get().post(new WalletNodeHistoryChangedEvent(scriptHashes.iterator().next())));
|
||||
}
|
||||
|
||||
if(transactionMempoolService.getIterationCount() > 3 && !transactionMempoolService.isCancelled()) {
|
||||
if(transactionMempoolService.getIterationCount() > 12 && !transactionMempoolService.isCancelled()) {
|
||||
transactionMempoolService.cancel();
|
||||
broadcastProgressBar.setProgress(0);
|
||||
log.error("Timeout searching for broadcasted transaction");
|
||||
|
||||
Reference in New Issue
Block a user