In Lighthouse, the consensus-spec-tests still pass when I comment out this check in process_consolidation_request:
if consolidation_request.source_pubkey == consolidation_request.target_pubkey {
return Ok(());
}
This suggests there is no test case covering this scenario.
Tested at revision 528ba95.
In Lighthouse, the
consensus-spec-testsstill pass when I comment out this check inprocess_consolidation_request:This suggests there is no test case covering this scenario.
Tested at revision 528ba95.