diff options
author | obscuren <geffobscura@gmail.com> | 2014-05-15 02:36:21 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-05-15 02:36:21 +0800 |
commit | a6b9ea05e8dc291f69f9384071864a475e7872e6 (patch) | |
tree | f9ff7095a0e008c60d610361e0f6ac81a53a6728 | |
parent | 166853aed94484b327a89a2554312f6739fce8a9 (diff) | |
download | go-tangerine-a6b9ea05e8dc291f69f9384071864a475e7872e6.tar.gz go-tangerine-a6b9ea05e8dc291f69f9384071864a475e7872e6.tar.zst go-tangerine-a6b9ea05e8dc291f69f9384071864a475e7872e6.zip |
Test
-rw-r--r-- | peer.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -442,7 +442,7 @@ func (p *Peer) HandleInbound() { ethutil.Config.Log.Debugf("[PEER] Returning %d blocks: %x ", len(chain), parent.Hash()) p.QueueMessage(ethwire.NewMessage(ethwire.MsgBlockTy, chain)) } else { - p.QueueMessage(ethwire.NewMessage(ethwire.MsgBlockTy, []interface{})) + p.QueueMessage(ethwire.NewMessage(ethwire.MsgBlockTy, []interface{}{})) } } else { |