Open jkcolins opened 5 years ago
Where aleth verifies signatures? https://github.com/ethereum/aleth/blob/master/libdevcrypto/Common.cpp#L312 is called only once when working on ENR at the start.
If you mean transaction signatures, take a look at TransactionBase::TransactionBase(bytesConstRef _rlpData, CheckTransaction _checkSig)
TransactionBase::TransactionBase(bytesConstRef _rlpData, CheckTransaction _checkSig)
Where aleth verifies signatures? https://github.com/ethereum/aleth/blob/master/libdevcrypto/Common.cpp#L312 is called only once when working on ENR at the start.