aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-01-25 16:46:18 -0800
committerRiccardo Spagni <ric@spagni.net>2018-01-25 16:46:18 -0800
commitede4e1c54c69871be81408b4e6805c3fa91962f6 (patch)
treef5a0ee8783e8980c1c712eded5b453c934133b26 /tests
parentMerge pull request #3047 (diff)
parentFactor the monero donation address (diff)
downloadmonero-ede4e1c54c69871be81408b4e6805c3fa91962f6.tar.xz
Merge pull request #3057
9ffa97fe Factor the monero donation address (Maxithi)
Diffstat (limited to 'tests')
-rw-r--r--tests/unit_tests/address_from_url.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unit_tests/address_from_url.cpp b/tests/unit_tests/address_from_url.cpp
index 3630b59d3..f4ecbc295 100644
--- a/tests/unit_tests/address_from_url.cpp
+++ b/tests/unit_tests/address_from_url.cpp
@@ -32,6 +32,7 @@
#include "wallet/wallet2.h"
#include "common/dns_utils.h"
+#include "simplewallet/simplewallet.h"
#include <string>
TEST(AddressFromTXT, Success)
@@ -83,7 +84,7 @@ TEST(AddressFromTXT, Failure)
TEST(AddressFromURL, Success)
{
- const std::string addr = "44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A";
+ const std::string addr = MONERO_DONATION_ADDR;
bool dnssec_result = false;