Rename hex to scriptSig in SignRawTransactionError.

Fixes a 'read and type the wrong thing'.
This commit is contained in:
David Hill 2015-05-07 13:30:21 -04:00
parent 31a959d921
commit 7e50b843d8

View file

@ -120,7 +120,7 @@ type ListUnspentResult struct {
type SignRawTransactionError struct {
TxID string `json:"txid"`
Vout uint32 `json:"vout"`
ScriptSig string `json:"hex"`
ScriptSig string `json:"scriptSig"`
Sequence uint32 `json:"sequence"`
Error string `json:"error"`
}