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
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.goposts to three invoice endpoints that do not exist inrgb-lightning-node:/invoice/hodl/invoice/settle/invoice/cancelRLN currently registers these routes instead:
/lninvoice/claimhodlinvoice/cancelhodlinvoice