diff options
author | Russell Yanofsky <russ@yanofsky.org> | 2018-03-23 17:14:39 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2018-04-04 16:52:40 -0400 |
commit | 3cab2ce5f9e159ad5a2e9ed682f28121b5248580 (patch) | |
tree | 950fa12e412b37d37e9df5e0487b70ee162c6ea6 /src/qt/walletmodel.h | |
parent | 3ec2ebcd9b4beb4277f1f4791c6acbc538784f70 (diff) |
Remove direct bitcoin calls from qt/paymentserver.cpp
Diffstat (limited to 'src/qt/walletmodel.h')
-rw-r--r-- | src/qt/walletmodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/walletmodel.h b/src/qt/walletmodel.h index 6a4974e957..331c1c2a78 100644 --- a/src/qt/walletmodel.h +++ b/src/qt/walletmodel.h @@ -253,7 +253,7 @@ Q_SIGNALS: void message(const QString &title, const QString &message, unsigned int style); // Coins sent: from wallet, to recipient, in (serialized) transaction: - void coinsSent(CWallet* wallet, SendCoinsRecipient recipient, QByteArray transaction); + void coinsSent(WalletModel* wallet, SendCoinsRecipient recipient, QByteArray transaction); // Show progress dialog e.g. for rescan void showProgress(const QString &title, int nProgress); |