diff options
| author | obscuren <geffobscura@gmail.com> | 2015-01-06 21:02:47 +0800 |
|---|---|---|
| committer | obscuren <geffobscura@gmail.com> | 2015-01-06 21:02:47 +0800 |
| commit | 25e6c4eff8364770cfd2908db9c54a012b9e4ec4 (patch) | |
| tree | 6e8284b8510b7f1deb1b96eb4f14c6a3283a7e25 /eth | |
| parent | a76b7dadaee6eddf64cba8ad8dd6ce71c785a7ee (diff) | |
| download | dexon-25e6c4eff8364770cfd2908db9c54a012b9e4ec4.tar dexon-25e6c4eff8364770cfd2908db9c54a012b9e4ec4.tar.gz dexon-25e6c4eff8364770cfd2908db9c54a012b9e4ec4.tar.bz2 dexon-25e6c4eff8364770cfd2908db9c54a012b9e4ec4.tar.lz dexon-25e6c4eff8364770cfd2908db9c54a012b9e4ec4.tar.xz dexon-25e6c4eff8364770cfd2908db9c54a012b9e4ec4.tar.zst dexon-25e6c4eff8364770cfd2908db9c54a012b9e4ec4.zip | |
Adjusted difficulty and skip get tx messages
Diffstat (limited to 'eth')
| -rw-r--r-- | eth/protocol.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eth/protocol.go b/eth/protocol.go index 723ab5502..736bcd94b 100644 --- a/eth/protocol.go +++ b/eth/protocol.go @@ -122,7 +122,7 @@ func (self *ethProtocol) handle() error { defer msg.Discard() switch msg.Code { - + case GetTxMsg: // ignore case StatusMsg: return self.protoError(ErrExtraStatusMsg, "") |
