Skip to content

Commit

Permalink
Update validate-merge.py
Browse files Browse the repository at this point in the history
  • Loading branch information
iskay authored Jul 26, 2024
1 parent 69a4246 commit f8790d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/validate-merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,13 @@ def main():
new_transaction = open(file, "r")
genesis_transactions.write("{}\n".format(new_transaction.read()))

# flush write buffer
genesis_transactions.close()

is_valid_template()

print("Done.")


if __name__ == "__main__":
main()
main()

0 comments on commit f8790d5

Please sign in to comment.