fix spelling and godoc comments

This commit is contained in:
Vsevolod Brekelov 2019-10-22 17:56:03 +03:00
parent f1750d117b
commit 8ee421db14
63 changed files with 179 additions and 179 deletions

View file

@ -81,7 +81,7 @@ type SendToAddressResponse struct {
Result *TxResponse
}
// GetRawTxResponse struct represents verbose output of `getrawtransaction` RPC call.
// GetRawTxResponse represents verbose output of `getrawtransaction` RPC call.
type GetRawTxResponse struct {
responseHeader
Error *Error `json:"error"`