Skip to content

Commit

Permalink
Always enable Soroban diagnostic events on local
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Oct 12, 2023
1 parent 5c11496 commit a78b9a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions start
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ function main() {
echo "--randomize-network-passphrase is only supported in the local network" >&2
exit 1
fi
if [ "$NETWORK" = "local" ]; then
ENABLE_SOROBAN_DIAGNOSTIC_EVENTS=true
fi
start
}

Expand Down

0 comments on commit a78b9a4

Please sign in to comment.