Run gofmt on btcjson/

This commit is contained in:
David Hill 2015-05-07 12:42:16 -04:00
parent 92c241c64b
commit 31a959d921

View File

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