Skip to content

Commit

Permalink
Minor output fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Scitz0 committed Nov 20, 2024
1 parent e732969 commit 7753789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cnode-helper-scripts/cntools.library
Original file line number Diff line number Diff line change
Expand Up @@ -5033,7 +5033,7 @@ submitTxKoiosOgmios() {
jq -r . <<< "${ogmios_error}"
println LOG "$(jq -rc . <<< ${ogmios_error})"
else
println ERROR "Submit API error: ${stdout}"
println ERROR "Ogmios API error: ${stdout}"
fi
return 1
fi
Expand Down

0 comments on commit 7753789

Please sign in to comment.