From 9d64341dd7d518715d5b435e51ae626a87f562f6 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Mon, 29 Sep 2014 17:03:20 -0700 Subject: [PATCH] potentially include rpcwallet.h. --- src/bitcoindjs.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bitcoindjs.cc b/src/bitcoindjs.cc index ecce01fa..0fc649cc 100644 --- a/src/bitcoindjs.cc +++ b/src/bitcoindjs.cc @@ -51,6 +51,7 @@ #include "init.h" #include "netbase.h" #include "rpcserver.h" +// #include "rpcwallet.h" #include "txmempool.h" #include "bloom.h" #include "coins.h"