mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-16 04:56:36 +00:00
no lint no life
This commit is contained in:
parent
0943eb826f
commit
f8763cbf49
1 changed files with 0 additions and 1 deletions
|
|
@ -87,7 +87,6 @@ func (l *lookup) senderOfTx(txhash common.Hash) (common.Address, bool) {
|
||||||
return common.Address{}, false
|
return common.Address{}, false
|
||||||
}
|
}
|
||||||
return meta.sender, true
|
return meta.sender, true
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// track inserts a new set of mappings from blob versioned hashes to transaction
|
// track inserts a new set of mappings from blob versioned hashes to transaction
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue