mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
Update json.go
This commit is contained in:
parent
0d4fbcb7cf
commit
844bfd84bf
1 changed files with 1 additions and 1 deletions
|
|
@ -368,4 +368,4 @@ func (c *jsonCodec) Close() {
|
||||||
// Closed returns a channel which will be closed when Close is called
|
// Closed returns a channel which will be closed when Close is called
|
||||||
func (c *jsonCodec) Closed() <-chan interface{} {
|
func (c *jsonCodec) Closed() <-chan interface{} {
|
||||||
return c.closed
|
return c.closed
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue