Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Yura Lazarev <Unisay@users.noreply.github.com>
  • Loading branch information
paolino and Unisay authored Aug 9, 2022
1 parent e9996d9 commit a653b09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/shelley/src/Cardano/Wallet/Shelley/Network/Blockfrost.hs
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,7 @@ withNetworkLayer tr network np project k = do
BlockfrostLayer IO ->
SealedTx ->
ExceptT ErrPostTx IO ()
postBFTransaction BlockfrostLayer{..} sealed = do
ExceptT $ do
postBFTransaction BlockfrostLayer{..} sealed = ExceptT $ do
result <- bfPostTx $ BF.CBORString
$ BL.fromStrict $ serialisedTx sealed
pure $ case result of
Expand Down

0 comments on commit a653b09

Please sign in to comment.