mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-26 15:36:19 +01:00
refactor: Remove g_rpc_node global
This commit does not change behavior
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user