diff options
| author | Pieter Wuille <[email protected]> | 2017-09-19 18:12:25 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2018-02-19 18:55:21 -0800 |
| commit | 119b0f85e2c8b9729228aad5d946144d57ad0f5b (patch) | |
| tree | 995176b950d3a072f68e3f799d166362407c5c08 /src/qt/paymentrequestplus.h | |
| parent | Stop using CBase58Data for ext keys (diff) | |
| download | discoin-119b0f85e2c8b9729228aad5d946144d57ad0f5b.tar.xz discoin-119b0f85e2c8b9729228aad5d946144d57ad0f5b.zip | |
Split key_io (address/key encodings) off from base58
Diffstat (limited to 'src/qt/paymentrequestplus.h')
| -rw-r--r-- | src/qt/paymentrequestplus.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qt/paymentrequestplus.h b/src/qt/paymentrequestplus.h index be3923304..b1b60cf58 100644 --- a/src/qt/paymentrequestplus.h +++ b/src/qt/paymentrequestplus.h @@ -10,7 +10,8 @@ #include <qt/paymentrequest.pb.h> #pragma GCC diagnostic pop -#include <base58.h> +#include <amount.h> +#include <script/script.h> #include <openssl/x509.h> |