forked from TrueCloudLab/neoneo-go
e0ab4ec6f0
Method is allowed to have single return value on stack after its invocation. Make sure that test contract follows this rule. |
||
---|---|---|
.. | ||
management_helper1.manifest.json | ||
management_helper1.nef | ||
management_helper2.manifest.json | ||
management_helper2.nef | ||
README.md |
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:
- Open
TestGenerateHelperContracts
and setsaveState
flag totrue
. - Run
TestGenerateHelperContracts
. - Set
saveState
back tofalse
.