From 814429dc722837dbe57965c6a37f4ea57206d270 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Wed, 5 Nov 2014 11:47:57 +0100 Subject: [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 --- src/qt/guiconstants.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/qt/guiconstants.h') diff --git a/src/qt/guiconstants.h b/src/qt/guiconstants.h index f23175049a..8f3e476fd9 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 -- cgit v1.2.3