diff options
author | obscuren <geffobscura@gmail.com> | 2015-01-06 20:31:08 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-01-06 20:31:08 +0800 |
commit | 4e7f53adf00d25ada6fe6c52c2795a78cce7e795 (patch) | |
tree | c5b8aecd6c3618976dad7690e5728061ed68c63e /eth/protocol.go | |
parent | 564f02aa2b1188a2a736a9345f2afaa13e50ef45 (diff) | |
download | dexon-4e7f53adf00d25ada6fe6c52c2795a78cce7e795.tar.gz dexon-4e7f53adf00d25ada6fe6c52c2795a78cce7e795.tar.zst dexon-4e7f53adf00d25ada6fe6c52c2795a78cce7e795.zip |
Changed to poc-8 & removed GetTxs
Diffstat (limited to 'eth/protocol.go')
-rw-r--r-- | eth/protocol.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eth/protocol.go b/eth/protocol.go index 723ab5502..f52d935e8 100644 --- a/eth/protocol.go +++ b/eth/protocol.go @@ -22,7 +22,6 @@ const ( // eth protocol message codes const ( StatusMsg = iota - GetTxMsg // unused TxMsg GetBlockHashesMsg BlockHashesMsg |