diff options
Diffstat (limited to 'light/txpool.go')
-rw-r--r-- | light/txpool.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/light/txpool.go b/light/txpool.go index 1d52aa622..7cbb991e8 100644 --- a/light/txpool.go +++ b/light/txpool.go @@ -124,12 +124,6 @@ func (pool *TxPool) GetNonce(ctx context.Context, addr common.Address) (uint64, return nonce, nil } -type txBlockData struct { - BlockHash common.Hash - BlockIndex uint64 - Index uint64 -} - // txStateChanges stores the recent changes between pending/mined states of // transactions. True means mined, false means rolled back, no entry means no change type txStateChanges map[common.Hash]bool |