Skip to content

Commit

Permalink
Merge pull request #1862 from bhandras/rpccliet-fix2
Browse files Browse the repository at this point in the history
rpcclient: fix missing return
  • Loading branch information
Roasbeef committed Jun 6, 2022
2 parents 1696c63 + b2af777 commit 8fc2d70
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 8fc2d70

Please sign in to comment.