Merge pull request #3057

9ffa97fe Factor the monero donation address (Maxithi)
This commit is contained in:
Riccardo Spagni 2018-01-25 16:46:18 -08:00
commit ede4e1c54c
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
3 changed files with 6 additions and 5 deletions

View file

@ -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;