You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2025. It is now read-only.
Within the help output of the start-zars-and-num-node.sh script the following flag is described: --disable-result-obfuscation.
However, this is not the flag which is actually processed. The flag that's processed is --disable-obfuscation.
Since this will inevitably lead to wrong usage with unexpected outcome for the user, these flags should get aligned.