Skip to content

node_client calls three endpoints that do not exist in RLN #38

Description

@bandrivskiy

This needs some investigation.

It looks like part of the node client should be updated to match the current RLN API, while some wrappers may simply be dead code and can probably be removed.

pkg/node_client/node_endpoints.go posts to three invoice endpoints that do not exist in rgb-lightning-node:

  • /invoice/hodl
  • /invoice/settle
  • /invoice/cancel

RLN currently registers these routes instead:

  • /lninvoice
  • /claimhodlinvoice
  • /cancelhodlinvoice

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions