-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: remove unneeded print statement #1554
Conversation
@willemneal There's an e2e test failure. |
@leighmcculloch @chadoh I fixed the e2e test here, but I forget how to update it here since it's not on the stellar repo: stellar/system-test#103 |
There's nothing to update in this repo, just rerun the test after the fix is merged. This repo uses the master branch of the system-test repo. I've merged stellar/system-test#103 and rerun the failed build: |
@leighmcculloch e2e tests now use correct variable stellar/system-test#104 |
This reverts commit 1c3eb09.
fixes #1539
Also fixes the the json returned is not valid and would have to be edited by the consumer to convert to a JSON list of events.