Skip to content

Commit

Permalink
Update Sources/ZcashLightClientKit/Synchronizer/SDKSynchronizer.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Daira-Emma Hopwood <[email protected]>
  • Loading branch information
LukasKorba and daira committed Aug 22, 2024
1 parent 7e07f22 commit db1c72b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ public class SDKSynchronizer: Synchronizer {
continue
}

guard remoteBranchID == localBranch else {
guard remoteBranchID == localBranchID else {
continue
}
} else {
Expand Down

0 comments on commit db1c72b

Please sign in to comment.