aboutsummaryrefslogtreecommitdiff
path: root/src/qt/paymentserver.h
diff options
context:
space:
mode:
authorjtimon <jtimon@monetize.io>2014-06-04 15:25:58 +0200
committerjtimon <jtimon@monetize.io>2014-06-04 15:33:11 +0200
commitf0a83fc256023f68cc046bd096de69f16ce9d394 (patch)
treec5c8b6d01282cbcee7c59d736e0640b798cd928c /src/qt/paymentserver.h
parent2871889e834b664bcaa3fdb3ecb6c5cdc751afb1 (diff)
downloadbitcoin-f0a83fc256023f68cc046bd096de69f16ce9d394.tar.xz
Use Params().NetworkID() instead of TestNet() from the payment protocol
Diffstat (limited to 'src/qt/paymentserver.h')
-rw-r--r--src/qt/paymentserver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/paymentserver.h b/src/qt/paymentserver.h
index d84d09c57d..d6949a47ce 100644
--- a/src/qt/paymentserver.h
+++ b/src/qt/paymentserver.h
@@ -118,6 +118,7 @@ protected:
private:
static bool readPaymentRequest(const QString& filename, PaymentRequestPlus& request);
+ std::string mapNetworkIdToName(CChainParams::Network networkId);
bool processPaymentRequest(PaymentRequestPlus& request, SendCoinsRecipient& recipient);
void fetchRequest(const QUrl& url);