Skip to content

Missing test: consolidation with the same source and target #4257

@michaelsproul

Description

@michaelsproul

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions