From 27934fa0e2d26c6f86855e991d8479d293252704 Mon Sep 17 00:00:00 2001 From: Jeffrey Wilcke Date: Tue, 19 Nov 2013 10:08:07 +0100 Subject: [PATCH] Added nonce to user transaction --- lib/bitstamp/transactions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bitstamp/transactions.rb b/lib/bitstamp/transactions.rb index 7e9dbf2..f956608 100644 --- a/lib/bitstamp/transactions.rb +++ b/lib/bitstamp/transactions.rb @@ -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