Comparing version 0.0.6 to 0.0.7
@@ -162,6 +162,6 @@ // Generated by CoffeeScript 1.6.3 | ||
Bitfinex.prototype.new_offer = function(currency, amount, rate, period, direction, insurance_option, cb) { | ||
Bitfinex.prototype.new_offer = function(symbol, amount, rate, period, direction, insurance_option, cb) { | ||
var params; | ||
params = { | ||
currency: currency, | ||
symbol: symbol, | ||
amount: amount, | ||
@@ -168,0 +168,0 @@ rate: rate, |
{ | ||
"name": "bitfinex", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"gypfile": true, | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
10397