aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/blockchain.cpp
diff options
context:
space:
mode:
authorRussell Yanofsky <russ@yanofsky.org>2020-04-17 11:32:48 -0400
committerRussell Yanofsky <russ@yanofsky.org>2020-05-13 16:20:13 -0400
commitb3f7f375efb9a9ca9a7a4f2caf41fe3df2262520 (patch)
treed9fe2ebd8d202502a21a32ee614e6a01f6b880c5 /src/rpc/blockchain.cpp
parentccb5059ee89f6e8dc31ba5b82830b384890bb65e (diff)
downloadbitcoin-b3f7f375efb9a9ca9a7a4f2caf41fe3df2262520.tar.xz
refactor: Remove g_rpc_node global
This commit does not change behavior
Diffstat (limited to 'src/rpc/blockchain.cpp')
-rw-r--r--src/rpc/blockchain.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp
index e5702d77e9..c04e4fc77b 100644
--- a/src/rpc/blockchain.cpp
+++ b/src/rpc/blockchain.cpp
@@ -2394,5 +2394,3 @@ static const CRPCCommand commands[] =
for (unsigned int vcidx = 0; vcidx < ARRAYLEN(commands); vcidx++)
t.appendCommand(commands[vcidx].name, &commands[vcidx]);
}
-
-NodeContext* g_rpc_node = nullptr;