Rename RPC to Controller

This commit is contained in:
Aditya Kulkarni
2019-10-07 12:45:11 -07:00
parent c6f6b1c126
commit 5939632078
20 changed files with 1074 additions and 182 deletions

View File

@@ -3,13 +3,13 @@
#include "settings.h"
#include "ui_connection.h"
#include "ui_createzcashconfdialog.h"
#include "rpc.h"
#include "controller.h"
#include "precompiled.h"
using json = nlohmann::json;
ConnectionLoader::ConnectionLoader(MainWindow* main, RPC* rpc) {
ConnectionLoader::ConnectionLoader(MainWindow* main, Controller* rpc) {
this->main = main;
this->rpc = rpc;