From 6fd5b8391f0d46bf35736bcccd78e35944b92214 Mon Sep 17 00:00:00 2001 From: jagtalon Date: Fri, 6 Jun 2014 23:31:44 +0000 Subject: [PATCH] BitcoinBalance: Change env variable to look standard. --- lib/DDG/Spice/BitcoinBalance.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DDG/Spice/BitcoinBalance.pm b/lib/DDG/Spice/BitcoinBalance.pm index f70a3b6f4a..f4e0de5545 100644 --- a/lib/DDG/Spice/BitcoinBalance.pm +++ b/lib/DDG/Spice/BitcoinBalance.pm @@ -20,7 +20,7 @@ attribution github => ['https://github.com/chain-engineering','chain.com'], triggers query_raw => qr/^[13][1-9A-HJ-NP-Za-km-z]{26,33}$/; # This regular expression identifies the unique properties of a Bitcoin Address. -spice to => 'https://api.chain.com/v1/bitcoin/addresses/$1?key={{ENV{BITCOIN_BALANCE_SPICE_APIKEY}}}'; +spice to => 'https://api.chain.com/v1/bitcoin/addresses/$1?key={{ENV{DDG_SPICE_BITCOIN_APIKEY}}}'; # The Chain API requires an API key. Chain has granted the spice a free account with unlimited access. We can provide this to DuckDuckGo before release. spice wrap_jsonp_callback => 1;