mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-23 03:38:35 +00:00
13252bb941
* Move generator to a separate package. * Move loader to a separate package and get rid of the code duplications.
9 lines
No EOL
378 B
Markdown
9 lines
No EOL
378 B
Markdown
## Management helper contracts
|
|
|
|
Management helper contracts NEF and manifest files are generated automatically by
|
|
`TestGenerateHelperContracts` and are used in tests. Do not modify these files manually.
|
|
To regenerate these files:
|
|
|
|
1. Open `TestGenerateHelperContracts` and set `saveState` flag to `true`.
|
|
2. Run `TestGenerateHelperContracts`.
|
|
3. Set `saveState` back to `false`. |