Skip to content

Refactor filtered_graph #20

Description

@kroese

During the creation of the filtered_graph it removes all channels below 500k, EXCEPT if they are neighbors of pub_key.

This makes it impossible to re-use this same graph for other nodes (when running the main code in a loop), since it is now specific to one particular node.

It would be much better if these neighbors were not added tofiltered_graph but instead to the graph.copy() later on in the processing.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions