mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-01-20 22:44:31 +01:00
add debug statement
This commit is contained in:
@@ -80,6 +80,7 @@ public class EdgeComputation {
|
||||
edgesWithLiquidityInformation.add(getEdgeWithLiquidityInformation(edge, ownPubkey));
|
||||
}
|
||||
}
|
||||
logger.debug("Edges with liquidity information: {}", edgesWithLiquidityInformation);
|
||||
return new EdgesWithLiquidityInformation(edgesWithLiquidityInformation);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user