Merge pull request #1862 from bhandras/rpccliet-fix2

rpcclient: fix missing return
This commit is contained in:
Olaoluwa Osuntokun 2022-06-06 16:09:32 -07:00 committed by GitHub
commit 8fc2d707f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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