Merge pull request #5332 from yyforyongyu/5259-routing-fix-state

routing: fix payment state and refactor payment lifecycle tests
This commit is contained in:
Olaoluwa Osuntokun
2021-06-24 18:42:17 -07:00
committed by GitHub
15 changed files with 4739 additions and 3031 deletions

View File

@@ -107,6 +107,11 @@ var allTestCases = []*testCase{
name: "private channels",
test: testPrivateChannels,
},
{
name: "private channel update policy",
test: testUpdateChannelPolicyForPrivateChannel,
},
{
name: "invoice routing hints",
test: testInvoiceRoutingHints,