commit 3a1ff3628f38e0d19de9cb1252e819a1c1819569 Author: Richard Esguerra <resguerra@giantrabbit.com> 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', ], ];
participants (1)
-
peterh@torproject.org