When a miner receives a block, it needs to check transaction signatures as part of verifying the block. Looking at the call hierarchy for crypto.SigToPub it’s not clear where an incoming block’s signatures are verified. Can anyone point me to the relevant code in Go-Ethereum?