mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +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