Rename hex to scriptSig in SignRawTransactionError.
Fixes a 'read and type the wrong thing'.
This commit is contained in:
parent
31a959d921
commit
7e50b843d8
1 changed files with 1 additions and 1 deletions
|
@ -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"`
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue