Fix typo in previous: Result->Error
This commit is contained in:
parent
1555124c85
commit
92c241c64b
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ type SignRawTransactionError struct {
|
||||||
type SignRawTransactionResult struct {
|
type SignRawTransactionResult struct {
|
||||||
Hex string `json:"hex"`
|
Hex string `json:"hex"`
|
||||||
Complete bool `json:"complete"`
|
Complete bool `json:"complete"`
|
||||||
Errors []SignRawTransactionResult `json:"errors,omitempty"`
|
Errors []SignRawTransactionError `json:"errors,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// ValidateAddressWalletResult models the data returned by the wallet server
|
// ValidateAddressWalletResult models the data returned by the wallet server
|
||||||
|
|
Loading…
Reference in a new issue