From 31a959d921d5644425a4945655b02f3c7218ea4b Mon Sep 17 00:00:00 2001 From: David Hill Date: Thu, 7 May 2015 12:42:16 -0400 Subject: [PATCH] Run gofmt on btcjson/ --- btcjson/walletsvrresults.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"` }