Run gofmt on btcjson/
This commit is contained in:
parent
92c241c64b
commit
31a959d921
1 changed files with 2 additions and 2 deletions
|
@ -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"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue