[tor-commits] [donate/master] Remove Monero wallet address
peterh at torproject.org
peterh at torproject.org
Tue May 11 21:17:51 UTC 2021
commit b98f9f1f7cfa39ad205ef586a26a8d35f370abd2
Author: Richard Esguerra <resguerra at giantrabbit.com>
Date: Wed Aug 19 14:35:04 2020 -0700
Remove Monero wallet address
Client requested removal of the Monero wallet address, which
will be updated later.
Issue #48192
---
src/CryptocurrencyController.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/CryptocurrencyController.php b/src/CryptocurrencyController.php
index 7cd3482b..b49cd79c 100644
--- a/src/CryptocurrencyController.php
+++ b/src/CryptocurrencyController.php
@@ -38,7 +38,7 @@ class CryptocurrencyController extends BaseController {
'name' => 'Litecoin',
], [
'symbol' => 'XMR',
- 'id' => '46wMHYi7ukCCe31U18DAgSbHuTRgizfxrdpRDUSuap2Abu9EiPrYMZ2ARQaH2pYHmEMX4Yd4u5VcKWaNkQf1MPXXFXq1WQc',
+ 'id' => '',
'name' => 'Monero',
], [
'symbol' => 'XLM',
More information about the tor-commits
mailing list