Fix typo in previous: Result->Error

This commit is contained in:
David Hill 2015-05-07 12:34:50 -04:00
parent 1555124c85
commit 92c241c64b

View file

@ -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