mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-10 06:07:16 +01:00
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:
@@ -176,7 +176,7 @@ func TestInvoices(t *testing.T) {
|
||||
test: testQueryInvoices,
|
||||
},
|
||||
{
|
||||
name: "CustomRecords",
|
||||
name: "OutWireCustomRecords",
|
||||
test: testCustomRecords,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user