htlcswitch: add resume modified HTLC action to switch

Introduce `ResumeModified` action to resume standard behavior of a p2p
message with optional modifications as specified by the client during
interception.
This commit is contained in:
ffranr
2024-04-13 12:29:52 +01:00
committed by Oliver Gugger
parent 8d1059f41c
commit abca4b8234
4 changed files with 91 additions and 1 deletions

View File

@@ -176,7 +176,7 @@ func TestInvoices(t *testing.T) {
test: testQueryInvoices,
},
{
name: "CustomRecords",
name: "OutWireCustomRecords",
test: testCustomRecords,
},
{