Skip to content

Commit

Permalink
post rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paweljakubas committed Sep 7, 2023
1 parent 5edc807 commit 718ddae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/wallet/src/Cardano/Wallet/Transaction.hs
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,6 @@ data TransactionCtx = TransactionCtx
-- ^ Script template regulating delegation credentials
, txNativeScriptInputs :: Map TxIn (Script KeyHash)
-- ^ A map of script hashes related to inputs. Only for multisig wallets
, txCollateralRequirement :: SelectionCollateralRequirement
-- ^ The collateral requirement.
, txReferenceScript :: Maybe (Script KeyHash)
-- ^ The reference script.
} deriving Generic
Expand Down Expand Up @@ -313,7 +311,6 @@ defaultTransactionCtx = TransactionCtx
, txPaymentCredentialScriptTemplate = Nothing
, txStakingCredentialScriptTemplate = Nothing
, txNativeScriptInputs = Map.empty
, txCollateralRequirement = SelectionCollateralNotRequired
, txReferenceScript = Nothing
}

Expand Down

0 comments on commit 718ddae

Please sign in to comment.