Skip to content

Commit

Permalink
feat(#326): remove instance of Exception and IsGYApiError for `GY…
Browse files Browse the repository at this point in the history
…BuildTxError`
  • Loading branch information
sourabhxyz committed Aug 26, 2024
1 parent fe20429 commit 53cc045
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/GeniusYield/Transaction/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ module GeniusYield.Transaction.Common (

import qualified Cardano.Api as Api
import qualified Cardano.Ledger.Coin as Ledger
import GeniusYield.HTTP.Errors (IsGYApiError)
import GeniusYield.Imports
import GeniusYield.Transaction.CBOR
import GeniusYield.Types.Address
Expand Down Expand Up @@ -117,7 +116,6 @@ data GYBuildTxError
| GYBuildTxCborSimplificationError !CborSimplificationError
| GYBuildTxCollapseExtraOutError !Api.TxBodyError
deriving stock Show
deriving anyclass (Exception, IsGYApiError)

-------------------------------------------------------------------------------
-- Transaction Utilities
Expand Down

0 comments on commit 53cc045

Please sign in to comment.