Remove direct bitcoin calls from qt/paymentserver.cpp

This commit is contained in:
Russell Yanofsky
2018-03-23 17:14:39 -04:00
committed by John Newbery
parent 3ec2ebcd9b
commit 3cab2ce5f9
8 changed files with 29 additions and 26 deletions

View File

@@ -295,7 +295,7 @@ WalletModel::SendCoinsReturn WalletModel::sendCoins(WalletModelTransaction &tran
}
}
}
Q_EMIT coinsSent(cwallet, rcp, transaction_array);
Q_EMIT coinsSent(this, rcp, transaction_array);
}
checkBalanceChanged(m_wallet->getBalances()); // update balance immediately, otherwise there could be a short noticeable delay until pollBalanceChanged hits