Skip to content

Commit

Permalink
Added era param to ccli invocation to fix cntools on 10.1.1 node
Browse files Browse the repository at this point in the history
  • Loading branch information
gregbgithub committed Nov 1, 2024
1 parent 03fa688 commit ebfce69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/cnode-helper-scripts/cntools.library
Original file line number Diff line number Diff line change
Expand Up @@ -4777,7 +4777,7 @@ witnessTx() {
else
tx_witness="$(mktemp "${TMP_DIR}/tx.witness_XXXXXXXXXX")"
witness_command=(
${CCLI} transaction witness
${CCLI} ${NETWORK_ERA} transaction witness
--tx-body-file "${tx_raw}"
--signing-key-file "${skey}"
${NETWORK_IDENTIFIER}
Expand Down Expand Up @@ -4872,7 +4872,7 @@ submitTxNode() {
# Info : tx_id set to hash of transaction body
getTxId() {
txid_command=(
${CCLI} transaction txid
${CCLI} ${NETWORK_ERA} transaction txid
--tx-file "$1"
)
println ACTION "${txid_command[@]}"
Expand Down

0 comments on commit ebfce69

Please sign in to comment.