diff options
author | Zsolt Felfoldi <zsfelfoldi@gmail.com> | 2019-04-05 23:01:51 +0800 |
---|---|---|
committer | Zsolt Felfoldi <zsfelfoldi@gmail.com> | 2019-04-08 19:17:24 +0800 |
commit | 5515f364ae1673c1bf5569c089b5853c90ea1655 (patch) | |
tree | c220d8e953d8f075cc39d4ceb0d01d658052bd4f /les/odr.go | |
parent | 3996bc1ad91665ad30036713fba11840a36dfff0 (diff) | |
download | go-tangerine-5515f364ae1673c1bf5569c089b5853c90ea1655.tar go-tangerine-5515f364ae1673c1bf5569c089b5853c90ea1655.tar.gz go-tangerine-5515f364ae1673c1bf5569c089b5853c90ea1655.tar.bz2 go-tangerine-5515f364ae1673c1bf5569c089b5853c90ea1655.tar.lz go-tangerine-5515f364ae1673c1bf5569c089b5853c90ea1655.tar.xz go-tangerine-5515f364ae1673c1bf5569c089b5853c90ea1655.tar.zst go-tangerine-5515f364ae1673c1bf5569c089b5853c90ea1655.zip |
les: removed les/1 protocol messages
Diffstat (limited to 'les/odr.go')
-rw-r--r-- | les/odr.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/les/odr.go b/les/odr.go index 5d98c66a9..daf2ea19e 100644 --- a/les/odr.go +++ b/les/odr.go @@ -84,9 +84,7 @@ const ( MsgBlockBodies = iota MsgCode MsgReceipts - MsgProofsV1 MsgProofsV2 - MsgHeaderProofs MsgHelperTrieProofs ) |