We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb405d3 commit 5683089Copy full SHA for 5683089
initialization/migrate_metadata.go
@@ -84,6 +84,7 @@ type postMetadataV0 struct {
84
// - add version field to postdata_metadata.json (missing in version 0)
85
// - add NonceValue field to postdata_metadata.json if missing (was introduced before migrations, not every PoST version 0 metadata file has it)
86
// - re-encode NodeId and CommitmentAtxId as hex strings.
87
+// - add Scrypt field to postdata_metadata.json (missing in version 0), assume default mainnet values.
88
func migrateV0(dir string, logger *zap.Logger) (err error) {
89
filename := filepath.Join(dir, MetadataFileName)
90
file, err := os.Open(filename)
0 commit comments