We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c18fe4c commit 4df9d35Copy full SHA for 4df9d35
cardano_node_tests/cluster_scripts/conway/start-cluster
@@ -820,12 +820,17 @@ for i in $(seq 1 "$NUM_POOLS"); do
820
)
821
done
822
823
-cardano_cli_log compatible shelley transaction signed-transaction \
+cardano_cli_log shelley transaction build-raw \
824
+ --ttl "$(get_slot 1000)" \
825
+ --out-file "${ALLEGRA_TX_BASE}-tx.txbody" \
826
--fee "$FEE" \
827
"${TXINS[@]}" \
828
--tx-out "${FAUCET_ADDR}+${TXOUT_AMOUNT}" \
829
"${POOL_ARGS[@]}" \
- --update-proposal-file "$ALLEGRA_HF_PROPOSAL_FILE" \
830
+ --update-proposal-file "$ALLEGRA_HF_PROPOSAL_FILE"
831
+
832
+cardano_cli_log shelley transaction sign \
833
+ --tx-body-file "${ALLEGRA_TX_BASE}-tx.txbody" \
834
"${POOL_SIGNING[@]}" \
835
"${GENESIS_SIGNING[@]}" \
836
"${DELEGATE_SIGNING[@]}" \
0 commit comments