diff options
author | Maxithi <34792056+Maxithi@users.noreply.github.com> | 2018-01-04 15:33:20 +0100 |
---|---|---|
committer | Maxithi <34792056+Maxithi@users.noreply.github.com> | 2018-01-05 12:58:40 +0100 |
commit | 9ffa97fe982fa14cbceaf2a88049f30237a96eb9 (patch) | |
tree | 2556fc3a636e6f834c690f009b10c2e449bc9656 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #3019 (diff) | |
download | monero-9ffa97fe982fa14cbceaf2a88049f30237a96eb9.tar.xz |
Factor the monero donation address
Signed-off-by: Maxithi <34792056+Maxithi@users.noreply.github.com>
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r-- | src/simplewallet/simplewallet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index 024077ca1..8bcdcba88 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -49,6 +49,8 @@ #undef MONERO_DEFAULT_LOG_CATEGORY #define MONERO_DEFAULT_LOG_CATEGORY "wallet.simplewallet" +// Hardcode Monero's donation address (see #1447) +constexpr const char MONERO_DONATION_ADDR[] = "44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A"; /*! * \namespace cryptonote |