mirror of
https://github.com/btcsuite/btcd.git
synced 2024-11-19 09:50:08 +01:00
Fix typo in previous: Result->Error
This commit is contained in:
parent
1555124c85
commit
92c241c64b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user