Skip to content

Commit

Permalink
fixup follow
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Jun 16, 2020
1 parent 89fecd6 commit 345de18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/src/Cardano/Wallet/Network.hs
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ follow nl tr cps yield header =
-- initiates the protocol by asking clients to rollback to the last
-- known intersection.
case (cursorSlotId nl cursor', cps) of
(sl, []) ->
(_, []) ->
step delay0 cursor'
(sl, _:_) | sl == slotId (last cps) ->
step delay0 cursor'
Expand Down

0 comments on commit 345de18

Please sign in to comment.