diff options
| author | Russell Yanofsky <[email protected]> | 2020-04-17 11:32:48 -0400 |
|---|---|---|
| committer | Russell Yanofsky <[email protected]> | 2020-05-13 16:20:13 -0400 |
| commit | b3f7f375efb9a9ca9a7a4f2caf41fe3df2262520 (patch) | |
| tree | d9fe2ebd8d202502a21a32ee614e6a01f6b880c5 /src/init.cpp | |
| parent | scripted-diff: Remove g_rpc_node references (diff) | |
| download | discoin-b3f7f375efb9a9ca9a7a4f2caf41fe3df2262520.tar.xz discoin-b3f7f375efb9a9ca9a7a4f2caf41fe3df2262520.zip | |
refactor: Remove g_rpc_node global
This commit does not change behavior
Diffstat (limited to 'src/init.cpp')
| -rw-r--r-- | src/init.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index 4a12af22c..f01416e13 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1339,7 +1339,6 @@ bool AppInitMain(const util::Ref& context, NodeContext& node) for (const auto& client : node.chain_clients) { client->registerRpcs(); } - g_rpc_node = &node; #if ENABLE_ZMQ RegisterZMQRPCCommands(tableRPC); #endif |