diff --git a/btcjson/walletsvrresults.go b/btcjson/walletsvrresults.go index 24dcc257..33e68d72 100644 --- a/btcjson/walletsvrresults.go +++ b/btcjson/walletsvrresults.go @@ -128,8 +128,8 @@ type SignRawTransactionError struct { // SignRawTransactionResult models the data from the signrawtransaction // command. type SignRawTransactionResult struct { - Hex string `json:"hex"` - Complete bool `json:"complete"` + Hex string `json:"hex"` + Complete bool `json:"complete"` Errors []SignRawTransactionError `json:"errors,omitempty"` }