Skip to content

Commit 23a2ff9

Browse files
author
gege251
committed
Merge branch 'gergely/wait-slots' of github.com:mlabs-haskell/bot-plutus-interface into gergely/manual-sign
2 parents 2acac91 + d2ae5aa commit 23a2ff9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/Spec/BotPlutusInterface/Contract.hs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -705,8 +705,8 @@ withValidRange = do
705705
--tx-in ${inTxId}#0
706706
--tx-in-collateral ${inTxId}#0
707707
--tx-out ${addr2}+1000
708-
--invalid-hereafter 47577202
709-
--invalid-before 50255602
708+
--invalid-before 47577202
709+
--invalid-hereafter 50255602
710710
--required-signer ./signing-keys/signing-key-${pkh1'}.skey
711711
--fee 0
712712
--protocol-params-file ./protocol.json --out-file ./txs/tx-${outTxId}.raw
@@ -719,8 +719,8 @@ withValidRange = do
719719
--tx-in ${inTxId}#0
720720
--tx-in-collateral ${inTxId}#0
721721
--tx-out ${addr2}+1000
722-
--invalid-hereafter 47577202
723-
--invalid-before 50255602
722+
--invalid-before 47577202
723+
--invalid-hereafter 50255602
724724
--required-signer ./signing-keys/signing-key-${pkh1'}.skey
725725
--change-address ${addr1}
726726
--mainnet --protocol-params-file ./protocol.json --out-file ./txs/tx-${outTxId}.raw

0 commit comments

Comments
 (0)