Skip to content

Commit

Permalink
beauty salon
Browse files Browse the repository at this point in the history
  • Loading branch information
HeinrichApfelmus committed Oct 26, 2021
1 parent e0d8dc9 commit 4fa7b2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/core/src/Ouroboros/Network/Client/Wallet.hs
Expand Up @@ -317,7 +317,7 @@ chainSyncWithBlocks tr chainFollower =
--
-- See also
-- https://input-output-rnd.slack.com/archives/CDA6LUXAQ/p1634644689103100
pure $ clientStNegotiateGenesis
pure clientStNegotiateGenesis
}

-- Explictly negotiate the genesis point
Expand Down
2 changes: 1 addition & 1 deletion lib/core/test/unit/Cardano/Wallet/DB/StateMachine.hs
Expand Up @@ -535,7 +535,7 @@ runIO db@DBLayer{..} = fmap Resp . go
ReadDelegationRewardBalance wid -> Right . DelegationRewardBalance <$>
atomically (readDelegationRewardBalance wid)
RollbackTo wid sl -> catchNoSuchWallet Point $
mapExceptT atomically $ fmap slotNo $ rollbackTo wid sl
mapExceptT atomically (slotNo <$> rollbackTo wid sl)

catchWalletAlreadyExists f =
fmap (bimap errWalletAlreadyExists f) . runExceptT
Expand Down

0 comments on commit 4fa7b2a

Please sign in to comment.