config: Add note on codegen to types.go

This commit is contained in:
Łukasz Magiera
2021-07-23 16:02:45 +02:00
parent ac2a1bfeab
commit 80af6de316
+2
View File
@@ -8,6 +8,8 @@ import (
)
// // NOTE: ONLY PUT STRUCT DEFINITIONS IN THIS FILE
// //
// // After making edits here, run 'make cfgdoc-gen' (or 'make gen')
// Common is common config between full node and miner
type Common struct {