From 9e64c541d857e2514a4522dde9d8a1c96a0d5031 Mon Sep 17 00:00:00 2001 From: evoskuil Date: Wed, 4 Dec 2024 17:55:23 -0500 Subject: [PATCH] Comments. --- console/executor.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/console/executor.cpp b/console/executor.cpp index 3aea321b..78fa5f83 100644 --- a/console/executor.cpp +++ b/console/executor.cpp @@ -30,6 +30,9 @@ #include #include +// This file is just an ad-hoc user interface wrapper on the node. +// It will be factored and cleaned up for final release. + namespace libbitcoin { namespace node {