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 {