Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor-malene committed Mar 28, 2024
1 parent 6606773 commit a2ed934
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/gethfork/rpc/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ type clientConn struct {
}

// Stop closes the client.
func (c *Client) Stop() {}
func (c *Client) Stop() {
c.Close()
}

func (c *Client) newClientConn(conn ServerCodec) *clientConn {
ctx := context.Background()
Expand Down

0 comments on commit a2ed934

Please sign in to comment.