diff --git a/scripts/cnode-helper-scripts/cntools.library b/scripts/cnode-helper-scripts/cntools.library index b3534bfad..665061024 100644 --- a/scripts/cnode-helper-scripts/cntools.library +++ b/scripts/cnode-helper-scripts/cntools.library @@ -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