From 1dabc1c67faa69e53eb912ff105c5c6c889e5dbd Mon Sep 17 00:00:00 2001 From: evoskuil Date: Wed, 26 Jun 2024 17:09:19 -0400 Subject: [PATCH] Use ASIO concurrency for parallel confirmation by tx. --- include/bitcoin/node/chasers/chaser_confirm.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bitcoin/node/chasers/chaser_confirm.hpp b/include/bitcoin/node/chasers/chaser_confirm.hpp index 31bcb82a..1876cf0c 100644 --- a/include/bitcoin/node/chasers/chaser_confirm.hpp +++ b/include/bitcoin/node/chasers/chaser_confirm.hpp @@ -23,7 +23,7 @@ #include #include -#define SEQUENTIAL +////#define SEQUENTIAL namespace libbitcoin { namespace node {