blindedpath: log chosen blinded paths

In this commit, we log selected blinded paths.
This commit is contained in:
Elle Mouton
2024-08-06 15:12:53 +02:00
parent 95477390a4
commit 697f514d09
2 changed files with 28 additions and 17 deletions

View File

@@ -1220,10 +1220,6 @@ func testBlindedRouteDummyHops(ht *lntest.HarnessTest) {
// Assert that it contains a single blinded path and that the
// introduction node is Carol.
payReq = dave.RPC.DecodePayReq(invoiceResp.PaymentRequest)
for _, path := range payReq.BlindedPaths {
ht.Logf("intro node: %x", path.BlindedPath.IntroductionNode)
}
require.Len(ht, payReq.BlindedPaths, 1)
// The total number of hop payloads is 3: one for the introduction node