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
|
// SignRawTransactionResult models the data from the signrawtransaction
|
||||||
// command.
|
// command.
|
||||||
type SignRawTransactionResult struct {
|
type SignRawTransactionResult struct {
|
||||||
Hex string `json:"hex"`
|
Hex string `json:"hex"`
|
||||||
Complete bool `json:"complete"`
|
Complete bool `json:"complete"`
|
||||||
Errors []SignRawTransactionError `json:"errors,omitempty"`
|
Errors []SignRawTransactionError `json:"errors,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue