We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbeda79 commit 941d22bCopy full SHA for 941d22b
src/BotPlutusInterface/Balance.hs
@@ -134,10 +134,10 @@ balanceTxIO' balanceTxconstraints pabConf ownPkh unbalancedTx =
134
135
let utxoIndex :: Map TxOutRef TxOut
136
utxoIndex = fmap Tx.toTxOut utxos <> unBalancedTxUtxoIndex unbalancedTx
137
-
+
138
requiredSigs :: [PubKeyHash]
139
requiredSigs = map Ledger.unPaymentPubKeyHash $ Map.keys (unBalancedTxRequiredSignatories unbalancedTx)
140
141
txType :: BalanceTxConstraint a
142
txType = knownConstraint @a Proxy
143
0 commit comments