From c6149949a2115c12f08b6daa6df9b7225ce66ef5 Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Fri, 11 Apr 2014 12:39:18 -0500 Subject: [PATCH] Redo the ListTransactionsResult amount->txid fix. This likely got lost in a merge or the move to the jsonresults.go file. --- jsonresults.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonresults.go b/jsonresults.go index c475b01c1..b9959a76a 100644 --- a/jsonresults.go +++ b/jsonresults.go @@ -107,7 +107,7 @@ type ListTransactionsResult struct { BlockHash string `json:"blockhash,omitempty"` BlockIndex int64 `json:"blockindex,omitempty"` BlockTime int64 `json:"blocktime,omitempty"` - TxID string `json:"amount"` + TxID string `json:"txid"` WalletConflicts []string `json:"walletconflicts"` Time int64 `json:"time"` TimeReceived int64 `json:"timereceived"`