diff options
author | Péter Szilágyi <peterke@gmail.com> | 2018-09-20 19:11:14 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-09-20 19:14:48 +0800 |
commit | af89093116d2a4657c79d55f61b4293753b52588 (patch) | |
tree | 73a0b04eb9e3965be98219649f12595d9a26379c /light/odr_util.go | |
parent | f89dce0126f92eb5f3245f6b8e8b1e3ac13641b3 (diff) | |
download | dexon-af89093116d2a4657c79d55f61b4293753b52588.tar dexon-af89093116d2a4657c79d55f61b4293753b52588.tar.gz dexon-af89093116d2a4657c79d55f61b4293753b52588.tar.bz2 dexon-af89093116d2a4657c79d55f61b4293753b52588.tar.lz dexon-af89093116d2a4657c79d55f61b4293753b52588.tar.xz dexon-af89093116d2a4657c79d55f61b4293753b52588.tar.zst dexon-af89093116d2a4657c79d55f61b4293753b52588.zip |
les, light, params: update light client CHTs
Diffstat (limited to 'light/odr_util.go')
-rw-r--r-- | light/odr_util.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/light/odr_util.go b/light/odr_util.go index 9bc0f604b..073f0d642 100644 --- a/light/odr_util.go +++ b/light/odr_util.go @@ -222,7 +222,7 @@ func GetBloomBits(ctx context.Context, odr OdrBackend, bitIdx uint, sectionIdxLi } r := &BloomRequest{BloomTrieRoot: GetBloomTrieRoot(db, bloomTrieCount-1, sectionHead), BloomTrieNum: bloomTrieCount - 1, - BitIdx: bitIdx, SectionIdxList: reqList, Config: odr.IndexerConfig()} + BitIdx: bitIdx, SectionIndexList: reqList, Config: odr.IndexerConfig()} if err := odr.Retrieve(ctx, r); err != nil { return nil, err } else { |