diff options
| author | MarcoFalke <[email protected]> | 2015-11-09 19:23:46 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2015-11-28 19:01:26 +0100 |
| commit | fa41d4c8c6e3f84a9117c0addf51a87f14321e2a (patch) | |
| tree | be57e0918417600e4a758f02338f479946bb2721 /src/qt/paymentrequestplus.h | |
| parent | [trivial] Reuse translation and cleanup DEFAULT_* values (diff) | |
| download | discoin-fa41d4c8c6e3f84a9117c0addf51a87f14321e2a.tar.xz discoin-fa41d4c8c6e3f84a9117c0addf51a87f14321e2a.zip | |
[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 99a7186b8..8a7c4c062 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 |