Factor the monero donation address

Signed-off-by: Maxithi <34792056+Maxithi@users.noreply.github.com>
This commit is contained in:
Maxithi 2018-01-04 15:33:20 +01:00
parent a529f0a6c9
commit 9ffa97fe98
No known key found for this signature in database
GPG key ID: 6D18238E90229299
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;