Skip to content

Commit

Permalink
Added nonce to user transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
stygeo committed Nov 19, 2013
1 parent 4ebd2e6 commit 27934fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bitstamp/transactions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def update(options={})
end

class UserTransaction < Bitstamp::Model
attr_accessor :datetime, :id, :type, :usd, :btc, :fee, :order_id, :btc_usd
attr_accessor :datetime, :id, :type, :usd, :btc, :fee, :order_id, :btc_usd, :nonce
end

# adding in methods to pull the last public trades list
Expand Down

0 comments on commit 27934fa

Please sign in to comment.