diff options
author | Russell Yanofsky <russ@yanofsky.org> | 2017-04-18 17:06:13 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2018-04-04 16:52:40 -0400 |
commit | e872c93ee87477130fb877da1a536b4c693bbab9 (patch) | |
tree | b6628020b9d5775ccb1f009852ad692ff2633d96 /src/qt/sendcoinsentry.h | |
parent | 58845587e11140e81f087a74c3db76a4d1fc3a1a (diff) |
Remove direct bitcoin access from qt/guiutil.cpp
Diffstat (limited to 'src/qt/sendcoinsentry.h')
-rw-r--r-- | src/qt/sendcoinsentry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/sendcoinsentry.h b/src/qt/sendcoinsentry.h index a9fdd5938c..715f4cfde5 100644 --- a/src/qt/sendcoinsentry.h +++ b/src/qt/sendcoinsentry.h @@ -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 */ |