From 844bfd84bf4750a27fb167e9f39c8be8e8977e77 Mon Sep 17 00:00:00 2001 From: kiel barry Date: Wed, 2 May 2018 17:47:24 -0700 Subject: [PATCH] Update json.go --- rpc/json.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc/json.go b/rpc/json.go index c53dc60c95..837011f51b 100644 --- a/rpc/json.go +++ b/rpc/json.go @@ -368,4 +368,4 @@ func (c *jsonCodec) Close() { // Closed returns a channel which will be closed when Close is called func (c *jsonCodec) Closed() <-chan interface{} { return c.closed -} \ No newline at end of file +}