Skip to content

Commit

Permalink
refactor to py
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyanho committed Jul 27, 2020
1 parent 5cceea7 commit 4a5c722
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 84 deletions.
83 changes: 0 additions & 83 deletions contract/mixer/abi/Groth16Mixer.python

This file was deleted.

2 changes: 1 addition & 1 deletion test_commands/scenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,6 @@ def code_gen(abi_file):
template = codegen.gen_all()
name = codegen.name + '.py'
# outputfile = os.path.join("./contract/mixer/abi/", )
fo = open("./contract/mixer/abi/Groth16Mixer.python", "w")
fo = open("./contract/mixer/abi/Groth16Mixer.py", "w")
fo.write(template)
fo.close()

0 comments on commit 4a5c722

Please sign in to comment.