mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
Code linting.
For best and standard practices in Rust, acronyms should be CamelCase, and capitalization should be avoided; i.e. ZKCircuit -> ZkCircuit This commit replaces all such occurencies in the codebase.
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,5 +1,4 @@
|
||||
.gitignore
|
||||
/target
|
||||
scripts/__pycache__/
|
||||
target
|
||||
*.pyc
|
||||
mint.params
|
||||
spend.params
|
||||
|
||||
Reference in New Issue
Block a user