~singpolyma/sgx-jmp

94b7b998d195a73afe638a3d9da926edd402e0b5 — Stephen Paul Weber 2 years ago 7b1379d
hotfix
1 files changed, 1 insertions(+), 1 deletions(-)

M lib/btc_sell_prices.rb
M lib/btc_sell_prices.rb => lib/btc_sell_prices.rb +1 -1
@@ 52,7 52,7 @@ protected
				@oxr.update_rates
				@oxr.get_rate("CAD", "USD")
			}.then do |orate|
				@redis.set("cad_to_usd", orate, ex: 60 * 60).then { orate }
				@redis.setex("cad_to_usd", orate, 60 * 60).then { orate }
			end
		end
	end