mirror of
https://github.com/btcsuite/btcd.git
synced 2026-08-13 12:32:51 +02:00
Merge pull request #1862 from bhandras/rpccliet-fix2
rpcclient: fix missing return
This commit is contained in:
commit
8fc2d707f6
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue