Closed lebe1 closed 1 year ago
This PR
adds new demo data for developing
fixes InitiateSettings() caused error of unique id correlation
InitiateSettings()
fixes InitiateAccounts() several account creation bug as shown in augustin container logs
InitiateAccounts()
Default accounts creation failed {error 26 0 An account of this type, which should exist only once, already exists: Cash}
fixes linter warnings from golint
[ ] I have commented my code (or ChatGPT did), particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[ ] My changes generate no new warnings, neither in my IDE nor in my browser
[ ] I have added tests that prove my fix is effective or that my feature works
please rebase on main branch
Type of change
Description
This PR
adds new demo data for developing
fixes
InitiateSettings()
caused error of unique id correlationfixes
InitiateAccounts()
several account creation bug as shown in augustin container logsDefault accounts creation failed {error 26 0 An account of this type, which should exist only once, already exists: Cash}
fixes linter warnings from golint
Checklist:
[ ] I have commented my code (or ChatGPT did), particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[ ] My changes generate no new warnings, neither in my IDE nor in my browser
[ ] I have added tests that prove my fix is effective or that my feature works