add debug statement

This commit is contained in:
Carsten Otto
2022-05-21 20:54:10 +02:00
parent 75c9460476
commit ea22a6722f

View File

@@ -80,6 +80,7 @@ public class EdgeComputation {
edgesWithLiquidityInformation.add(getEdgeWithLiquidityInformation(edge, ownPubkey));
}
}
logger.debug("Edges with liquidity information: {}", edgesWithLiquidityInformation);
return new EdgesWithLiquidityInformation(edgesWithLiquidityInformation);
}