[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [donate/master] Add dogecoin to cryptocurrency form



commit 3a1ff3628f38e0d19de9cb1252e819a1c1819569
Author: Richard Esguerra <resguerra@xxxxxxxxxxxxxxx>
Date:   Mon Mar 25 17:19:23 2019 -0700

    Add dogecoin to cryptocurrency form
    
    Client can accept dogecoin and requested it as an option on the
    cryptocurrency page.
    
    Issue #40117
---
 src/CryptocurrencyController.php | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/CryptocurrencyController.php b/src/CryptocurrencyController.php
index 8c26e3af..dc8dc2e5 100644
--- a/src/CryptocurrencyController.php
+++ b/src/CryptocurrencyController.php
@@ -46,6 +46,10 @@ class CryptocurrencyController extends BaseController {
     'symbol' => 'ZEC',
     'id' => 'zs1kpat3qseujnnukms9yjkx7w3kgzev7jxhauc6cy2s3mupmvsvkvw04u3s35sffmv57leznctn5h',
     'name' => 'Zcash',
+  ], [
+    'symbol' => 'XDG',
+    'id' => 'DGvn1HLeMaCZEZZYUeBWBhUCJiS2hjzbGd',
+    'name' => 'Dogecoin',
   ],
 ];
 



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits