diff options
| author | Pieter Wuille <[email protected]> | 2017-02-17 11:54:32 -0800 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2017-02-17 11:54:32 -0800 |
| commit | c801c82e253dc4956069b6110f65b43f538dd5a1 (patch) | |
| tree | b7c0483ecb1300bd8a4b571376f5b7ba3b5a5368 /src/qt/paymentserver.cpp | |
| parent | Make KEY_SIZE a compile-time constant (diff) | |
| download | discoin-c801c82e253dc4956069b6110f65b43f538dd5a1.tar.xz discoin-c801c82e253dc4956069b6110f65b43f538dd5a1.zip | |
Move BIP70_MAX_PAYMENTREQUEST_SIZE to header
Diffstat (limited to 'src/qt/paymentserver.cpp')
| -rw-r--r-- | src/qt/paymentserver.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qt/paymentserver.cpp b/src/qt/paymentserver.cpp index 688e8123a..dd75f1207 100644 --- a/src/qt/paymentserver.cpp +++ b/src/qt/paymentserver.cpp @@ -55,8 +55,6 @@ const char* BIP70_MESSAGE_PAYMENTREQUEST = "PaymentRequest"; const char* BIP71_MIMETYPE_PAYMENT = "application/bitcoin-payment"; const char* BIP71_MIMETYPE_PAYMENTACK = "application/bitcoin-paymentack"; const char* BIP71_MIMETYPE_PAYMENTREQUEST = "application/bitcoin-paymentrequest"; -// BIP70 max payment request size in bytes (DoS protection) -const qint64 BIP70_MAX_PAYMENTREQUEST_SIZE = 50000; struct X509StoreDeleter { void operator()(X509_STORE* b) { |