diff options
author | luigi1111 <luigi1111w@gmail.com> | 2020-06-15 15:54:22 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2020-06-15 15:54:22 -0500 |
commit | b3d6382d406e660b1d4ad503d63bfae89056925c (patch) | |
tree | 799a82bf3a6da7abfbe2ce31920482fc64313220 /src | |
parent | Merge pull request #6576 (diff) | |
parent | repo: update donation fund address (diff) | |
download | monero-b3d6382d406e660b1d4ad503d63bfae89056925c.tar.xz |
Merge pull request #6637
58e1c8b repo: update donation fund address (selsta)
Diffstat (limited to 'src')
-rw-r--r-- | src/simplewallet/simplewallet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index f96c05cb9..12cee11dc 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -53,7 +53,7 @@ #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"; +constexpr const char MONERO_DONATION_ADDR[] = "888tNkZrPN6JsEgekjMnABU4TBzc2Dt29EPAvkRxbANsAnjyPbb3iQ1YBRk1UXcdRsiKc9dhwMVgN5S9cQUiyoogDavup3H"; /*! * \namespace cryptonote |