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 fa2313c commit 43fb36cCopy full SHA for 43fb36c
test/Spec/BotPlutusInterface/Contract.hs
@@ -311,7 +311,8 @@ withoutSigning = do
311
initState =
312
def
313
& utxos .~ [(txOutRef, txOut)]
314
- & files .~ uncurry Map.singleton (toVerificationKeyFile "./signing-keys" verificationKey1)
+ & files
315
+ .~ Map.fromList [toVerificationKeyFile "./signing-keys" verificationKey1]
316
inTxId = encodeByteString $ fromBuiltin $ TxId.getTxId $ Tx.txOutRefId txOutRef
317
318
contract :: Contract Text (Endpoint "SendAda" ()) Text CardanoTx
0 commit comments