diff options
Diffstat (limited to 'light/txpool.go')
-rw-r--r-- | light/txpool.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/light/txpool.go b/light/txpool.go index d0781593b..bcdb6123d 100644 --- a/light/txpool.go +++ b/light/txpool.go @@ -47,7 +47,7 @@ type TxPool struct { signer types.Signer quit chan bool eventMux *event.TypeMux - events event.Subscription + events *event.TypeMuxSubscription mu sync.RWMutex chain *LightChain odr OdrBackend |