Skip to content

Commit

Permalink
rpcclient: fix missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
bhandras committed Jun 3, 2022
1 parent b5fb9b0 commit b2af777
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpcclient/infrastructure.go
Expand Up @@ -842,6 +842,7 @@ func (c *Client) handleSendPostMessage(jReq *jsonRequest,
"method: %s, id: %d, last error=%v",
jReq.method, jReq.id, lastErr),
}
return
}

// Read the raw bytes and close the response.
Expand Down

0 comments on commit b2af777

Please sign in to comment.