Skip to content

Conversation

@umbertov
Copy link
Contributor

In the Makefile, main_node/env_example is copied to .local_main_node/.env and then, later, the >> bash operator is used to append to that file.

This results in something like this:

TXPROXY_PORT=8090DISPUTE_GAME_FACTORY_ADDRESS=0xde...

because of the missing newline at the end of main_node/env_example, the last line of env_example is joined with the first line of the additional variables.

this issue is fixed by simply keeping a newline at the end of the file.

@ltitanb ltitanb merged commit 491f1d2 into gattaca-com:develop Jul 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants