Skip to content

Commit

Permalink
improve scripts, readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Aug 20, 2024
1 parent 91ba031 commit d09f497
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/artifacts/README.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you need help, feel free to [reach out on discord](https://discord.gg/AsPCKgW
## Voting power distribution

{% if validators|length > 0 %}
![Voting Power Distribution](../images/validators.png "Voting Power Distribution")
![Voting Power Distribution](images/validators.png "Voting Power Distribution")
{% else %}
There are no validators.
{% endif %}
Expand Down
3 changes: 0 additions & 3 deletions scripts/rebuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ def build_readme(validators):

content = template.render({"validators": validators})

with open("genesis/README.md", mode="w", encoding="utf-8") as message:
message.write(content)

with open("README.md", mode="w", encoding="utf-8") as message:
message.write(content)

Expand Down

0 comments on commit d09f497

Please sign in to comment.