diff options
author | Egon Elbre <egonelbre@gmail.com> | 2017-08-07 23:25:18 +0800 |
---|---|---|
committer | Felix Lange <fjl@users.noreply.github.com> | 2017-08-07 23:25:18 +0800 |
commit | 971079822ee6c12d9348ec78f212fe91c9b83edf (patch) | |
tree | 11c230c8e71a66e1cb9114394fadb8469285a94b /light/lightchain.go | |
parent | f42bd73ce5e9c4d87b0bbcfbd900641305ebe894 (diff) | |
download | go-tangerine-971079822ee6c12d9348ec78f212fe91c9b83edf.tar go-tangerine-971079822ee6c12d9348ec78f212fe91c9b83edf.tar.gz go-tangerine-971079822ee6c12d9348ec78f212fe91c9b83edf.tar.bz2 go-tangerine-971079822ee6c12d9348ec78f212fe91c9b83edf.tar.lz go-tangerine-971079822ee6c12d9348ec78f212fe91c9b83edf.tar.xz go-tangerine-971079822ee6c12d9348ec78f212fe91c9b83edf.tar.zst go-tangerine-971079822ee6c12d9348ec78f212fe91c9b83edf.zip |
light: fix megacheck warnings (#14920)
Diffstat (limited to 'light/lightchain.go')
-rw-r--r-- | light/lightchain.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/light/lightchain.go b/light/lightchain.go index 8bbf529cc..a51043975 100644 --- a/light/lightchain.go +++ b/light/lightchain.go @@ -52,7 +52,6 @@ type LightChain struct { mu sync.RWMutex chainmu sync.RWMutex - procmu sync.RWMutex bodyCache *lru.Cache // Cache for the most recent block bodies bodyRLPCache *lru.Cache // Cache for the most recent block bodies in RLP encoded format |