From 92c241c64b0826e7d8894149a33af66d1bf17d0e Mon Sep 17 00:00:00 2001 From: David Hill Date: Thu, 7 May 2015 12:34:50 -0400 Subject: [PATCH] Fix typo in previous: Result->Error --- btcjson/walletsvrresults.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btcjson/walletsvrresults.go b/btcjson/walletsvrresults.go index 885744733..24dcc257a 100644 --- a/btcjson/walletsvrresults.go +++ b/btcjson/walletsvrresults.go @@ -130,7 +130,7 @@ type SignRawTransactionError struct { type SignRawTransactionResult struct { Hex string `json:"hex"` Complete bool `json:"complete"` - Errors []SignRawTransactionResult `json:"errors,omitempty"` + Errors []SignRawTransactionError `json:"errors,omitempty"` } // ValidateAddressWalletResult models the data returned by the wallet server