Skip to content

Commit

Permalink
CORE-20667 Allow link manager to write to p2p.out
Browse files Browse the repository at this point in the history
  • Loading branch information
YashNabar committed Jun 12, 2024
1 parent 7d61b1e commit 7c16b44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ topics:
producers:
- flowMapper
- membership
- link-manager
config:
P2POutDlqTopic:
name: p2p.out.dlq
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cordaProductVersion = 5.2.1
# NOTE: update this each time this module contains a breaking change
## NOTE: currently this is a top level revision, so all API versions will line up, but this could be moved to
## a per module property in which case module versions can change independently.
cordaApiRevision = 53
cordaApiRevision = 54

# Main
kotlin.stdlib.default.dependency = false
Expand Down

0 comments on commit 7c16b44

Please sign in to comment.