mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #3057
9ffa97fe
Factor the monero donation address (Maxithi)
This commit is contained in:
commit
ede4e1c54c
3 changed files with 6 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue