aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
authorZsolt Felfoldi <zsfelfoldi@gmail.com>2019-04-05 23:40:03 +0800
committerZsolt Felfoldi <zsfelfoldi@gmail.com>2019-04-08 19:17:24 +0800
commit64f9c1ea0984141623843abfa9262fc9401192f2 (patch)
tree72b6e966a4705446bf2a05ad84ba84786aef3009 /params
parent5515f364ae1673c1bf5569c089b5853c90ea1655 (diff)
downloadgo-tangerine-64f9c1ea0984141623843abfa9262fc9401192f2.tar
go-tangerine-64f9c1ea0984141623843abfa9262fc9401192f2.tar.gz
go-tangerine-64f9c1ea0984141623843abfa9262fc9401192f2.tar.bz2
go-tangerine-64f9c1ea0984141623843abfa9262fc9401192f2.tar.lz
go-tangerine-64f9c1ea0984141623843abfa9262fc9401192f2.tar.xz
go-tangerine-64f9c1ea0984141623843abfa9262fc9401192f2.tar.zst
go-tangerine-64f9c1ea0984141623843abfa9262fc9401192f2.zip
les, light: remove support for les/1 4096 block CHT sections
Diffstat (limited to 'params')
-rw-r--r--params/network_params.go9
1 files changed, 2 insertions, 7 deletions
diff --git a/params/network_params.go b/params/network_params.go
index f8731e897..024c4af45 100644
--- a/params/network_params.go
+++ b/params/network_params.go
@@ -32,13 +32,8 @@ const (
// considered probably final and its rotated bits are calculated.
BloomConfirms = 256
- // CHTFrequencyClient is the block frequency for creating CHTs on the client side.
- CHTFrequencyClient = 32768
-
- // CHTFrequencyServer is the block frequency for creating CHTs on the server side.
- // Eventually this can be merged back with the client version, but that requires a
- // full database upgrade, so that should be left for a suitable moment.
- CHTFrequencyServer = 4096
+ // CHTFrequency is the block frequency for creating CHTs
+ CHTFrequency = 32768
// BloomTrieFrequency is the block frequency for creating BloomTrie on both
// server/client sides.