Skip to content

Commit

Permalink
Merge rchain#3809
Browse files Browse the repository at this point in the history
3809: Bugfix. Remove genesis from conflict set. r=nzpr a=nzpr



Co-authored-by: nutzipper <1746367+nzpr@users.noreply.github.com>
  • Loading branch information
bors[bot] and nzpr authored Aug 30, 2022
2 parents ae983fc + 7227a7e commit fd537b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -75,7 +75,7 @@ object MergeScope {
genesisOpt.map(_.id)
}

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

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

0 comments on commit fd537b8

Please sign in to comment.