Skip to content

Commit 941d22b

Browse files
committed
format
1 parent dbeda79 commit 941d22b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BotPlutusInterface/Balance.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ balanceTxIO' balanceTxconstraints pabConf ownPkh unbalancedTx =
134134

135135
let utxoIndex :: Map TxOutRef TxOut
136136
utxoIndex = fmap Tx.toTxOut utxos <> unBalancedTxUtxoIndex unbalancedTx
137-
137+
138138
requiredSigs :: [PubKeyHash]
139139
requiredSigs = map Ledger.unPaymentPubKeyHash $ Map.keys (unBalancedTxRequiredSignatories unbalancedTx)
140-
140+
141141
txType :: BalanceTxConstraint a
142142
txType = knownConstraint @a Proxy
143143

0 commit comments

Comments
 (0)