aboutsummaryrefslogtreecommitdiff
path: root/src/qt/test/paymentservertests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qt/test/paymentservertests.cpp')
-rw-r--r--src/qt/test/paymentservertests.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/test/paymentservertests.cpp b/src/qt/test/paymentservertests.cpp
index 5a397f199..8a59650b5 100644
--- a/src/qt/test/paymentservertests.cpp
+++ b/src/qt/test/paymentservertests.cpp
@@ -79,7 +79,7 @@ void PaymentServerTests::paymentServerTests()
// Now feed PaymentRequests to server, and observe signals it produces
- // Dogecoin: Disable certificate tests as we don't touch this code, and building test
+ // Discoin: Disable certificate tests as we don't touch this code, and building test
// data would take significant effort. Also pending discussion on spec
// This payment request validates directly against the
// caCert1 certificate authority:
@@ -191,7 +191,7 @@ void PaymentServerTests::paymentServerTests()
QCOMPARE(PaymentServer::verifySize(tempFile.size()), false);
// Payment request with amount overflow (amount is set to 21000001 BTC):
- /* PL: This doesn't work for Dogecoin (as there is no actual maximum coins)
+ /* PL: This doesn't work for Discoin (as there is no actual maximum coins)
* I'm disabling this test for now.
data = DecodeBase64(paymentrequest5_cert2_BASE64);
byteArray = QByteArray((const char*)&data[0], data.size());