File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
test/Spec/BotPlutusInterface Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments