diff options
author | MarcoFalke <falke.marco@gmail.com> | 2015-11-09 19:23:46 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2015-11-28 19:01:26 +0100 |
commit | fa41d4c8c6e3f84a9117c0addf51a87f14321e2a (patch) | |
tree | be57e0918417600e4a758f02338f479946bb2721 /src/qt/paymentrequestplus.h | |
parent | faf93f37fe47fe326fcc4955302a66f24eb13b65 (diff) |
[qt] Move GUI related HelpMessage() part downstream
Diffstat (limited to 'src/qt/paymentrequestplus.h')
-rw-r--r-- | src/qt/paymentrequestplus.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/paymentrequestplus.h b/src/qt/paymentrequestplus.h index 99a7186b85..8a7c4c0623 100644 --- a/src/qt/paymentrequestplus.h +++ b/src/qt/paymentrequestplus.h @@ -15,6 +15,8 @@ #include <QList> #include <QString> +static const bool DEFAULT_SELFSIGNED_ROOTCERTS = false; + // // Wraps dumb protocol buffer paymentRequest // with extra methods |