Skip to content

Commit

Permalink
keep try{}catch
Browse files Browse the repository at this point in the history
  • Loading branch information
jaensen committed Oct 24, 2024
1 parent d8614bc commit 3f11066
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Circles.Pathfinder/V2Pathfinder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ private FlowGraph CollapseBalanceNodes(List<List<FlowEdge>> pathsWithFlow)
currentEdge.CurrentCapacity // Adjust as needed
)
{
Flow = mergedFlow
Flow = mergedFlow,
ReverseEdge = nextEdge.ReverseEdge
};
try
{
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.gnosis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
nethermind-gnosis:
build:
context: .
dockerfile: x64.Dockerfile
dockerfile: x64.debug.Dockerfile
restart: unless-stopped
depends_on:
- postgres-gnosis
Expand Down

0 comments on commit 3f11066

Please sign in to comment.