Skip to content

Commit

Permalink
Bugfix. Remove genesis from conflict set.
Browse files Browse the repository at this point in the history
  • Loading branch information
nzpr committed Aug 29, 2022
1 parent ae983fc commit 7227a7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ object MergeScope {
genesisOpt.map(_.id)
}

(MergeScope(fScopeIds, cScopeIds), baseMsg)
(MergeScope(fScopeIds, cScopeIds -- baseMsg.toSet), baseMsg)
}

def merge[F[_]: Concurrent: Log](
Expand Down

0 comments on commit 7227a7e

Please sign in to comment.