Delete websuckets

This commit is contained in:
Duke
2023-03-04 12:20:06 -05:00
parent 5d5447aced
commit 430a7ab474
17 changed files with 9 additions and 1185 deletions

View File

@@ -7,7 +7,6 @@
#include "settings.h"
#include "version.h"
#include "camount.h"
#include "websockets.h"
#include "Model/ChatItem.h"
#include "DataStore/DataStore.h"
@@ -896,9 +895,6 @@ void Controller::refreshBalances()
model->setBalVerified(balVerified);
model->setBalSpendable(balSpendable);
// This is for the websockets
AppDataModel::getInstance()->setBalances(balT, balZ);
// This is for the datamodel
CAmount balAvailable = balT + balVerified;
model->setAvailableBalance(balAvailable);