Add comment as per CR

This commit is contained in:
Zach Fox 2017-12-13 11:53:26 -08:00
parent 623e6395be
commit efd5c0ccb7

View file

@ -39,6 +39,8 @@ public:
Q_INVOKABLE void refreshWalletStatus();
Q_INVOKABLE uint getWalletStatus() { return _walletStatus; }
// setWalletStatus() should never be made Q_INVOKABLE. If it were,
// scripts could cause the Wallet to incorrectly report its status.
void setWalletStatus(const uint& status);
signals: