Remove direct bitcoin access from qt/guiutil.cpp

This commit is contained in:
Russell Yanofsky
2017-04-18 17:06:13 -04:00
committed by John Newbery
parent 58845587e1
commit e872c93ee8
5 changed files with 13 additions and 8 deletions

View File

@@ -30,7 +30,7 @@ public:
~SendCoinsEntry();
void setModel(WalletModel *model);
bool validate();
bool validate(interface::Node& node);
SendCoinsRecipient getValue();
/** Return whether the entry is still empty and unedited */