aboutsummaryrefslogtreecommitdiff
path: root/src/qt/guiconstants.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <[email protected]>2014-11-05 11:47:57 +0100
committerPhilip Kaufmann <[email protected]>2014-12-08 16:08:58 +0100
commit814429dc722837dbe57965c6a37f4ea57206d270 (patch)
tree05979f9f96a4c301a375d2e974e76e9957f3c45f /src/qt/guiconstants.h
parent[Qt] make PaymentServer::ipcParseCommandLine void (diff)
downloaddiscoin-814429dc722837dbe57965c6a37f4ea57206d270.tar.xz
discoin-814429dc722837dbe57965c6a37f4ea57206d270.zip
[Qt] add BIP70/BIP71 constants for all messages and mime types
- also rename current ones to match the new ones - remove constant from guiconstant.h and add it to paymentserver.cpp
Diffstat (limited to 'src/qt/guiconstants.h')
-rw-r--r--src/qt/guiconstants.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qt/guiconstants.h b/src/qt/guiconstants.h
index f23175049..8f3e476fd 100644
--- a/src/qt/guiconstants.h
+++ b/src/qt/guiconstants.h
@@ -38,9 +38,6 @@ static const int TOOLTIP_WRAP_THRESHOLD = 80;
/* Maximum allowed URI length */
static const int MAX_URI_LENGTH = 255;
-/* Maximum somewhat-sane size of a payment request file */
-static const int MAX_PAYMENT_REQUEST_SIZE = 50000; // bytes
-
/* QRCodeDialog -- size of exported QR Code image */
#define EXPORT_IMAGE_SIZE 256