Skip to content

Commit

Permalink
Remove leftover usage of spy in HeadLogic
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed Oct 8, 2024
1 parent a389b1e commit 3d67013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydra-node/src/Hydra/HeadLogic.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1423,7 +1423,7 @@ aggregate st = \case
{ coordinatedHeadState =
coordinatedHeadState
{ localUTxO = newLocalUTxO
, pendingDeposits = Map.delete (spy recoveredTxId) existingDeposits
, pendingDeposits = Map.delete recoveredTxId existingDeposits
}
}
where
Expand Down

0 comments on commit 3d67013

Please sign in to comment.