diff options
author | obscuren <geffobscura@gmail.com> | 2015-01-06 20:39:01 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-01-06 20:39:01 +0800 |
commit | a76b7dadaee6eddf64cba8ad8dd6ce71c785a7ee (patch) | |
tree | e5b4c22e6c9fe5611c38c68694d873911dc89bd2 | |
parent | 1b903767e0418c4e11221f271107a825c2a23933 (diff) | |
download | dexon-a76b7dadaee6eddf64cba8ad8dd6ce71c785a7ee.tar dexon-a76b7dadaee6eddf64cba8ad8dd6ce71c785a7ee.tar.gz dexon-a76b7dadaee6eddf64cba8ad8dd6ce71c785a7ee.tar.bz2 dexon-a76b7dadaee6eddf64cba8ad8dd6ce71c785a7ee.tar.lz dexon-a76b7dadaee6eddf64cba8ad8dd6ce71c785a7ee.tar.xz dexon-a76b7dadaee6eddf64cba8ad8dd6ce71c785a7ee.tar.zst dexon-a76b7dadaee6eddf64cba8ad8dd6ce71c785a7ee.zip |
Don't auto push jeff ...
-rw-r--r-- | eth/protocol.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eth/protocol.go b/eth/protocol.go index f52d935e8..723ab5502 100644 --- a/eth/protocol.go +++ b/eth/protocol.go @@ -22,6 +22,7 @@ const ( // eth protocol message codes const ( StatusMsg = iota + GetTxMsg // unused TxMsg GetBlockHashesMsg BlockHashesMsg |