Redo the ListTransactionsResult amount->txid fix.

This likely got lost in a merge or the move to the jsonresults.go
file.
This commit is contained in:
Josh Rickmar 2014-04-11 12:39:18 -05:00
parent fbe04b73ab
commit c6149949a2

View file

@ -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"`