Skip to content

Commit

Permalink
fix(prism-agent): fix added the InvitationGenerated state to the conn… (
Browse files Browse the repository at this point in the history
#684)

Signed-off-by: Shailesh Patil <shailesh.patil@iohk.io>
  • Loading branch information
mineme0110 committed Sep 5, 2023
1 parent d7c5e52 commit 7fdffe3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ object ConnectBackgroundJobs {
.getConnectionRecordsByStates(
ignoreWithZeroRetries = true,
limit = config.connect.connectBgJobRecordsLimit,
ConnectionRecord.ProtocolState.InvitationGenerated,
ConnectionRecord.ProtocolState.ConnectionRequestPending,
ConnectionRecord.ProtocolState.ConnectionResponsePending
)
Expand Down

0 comments on commit 7fdffe3

Please sign in to comment.