Added --dev to substrate-node arguments.

This commit adds the `--dev` argument to the `substrate-node` to allow
the chain to keep advancing as time goes own. We have found that if this
option is not added then the chain won't advance forward.
This commit is contained in:
Omar Abdulla
2025-07-11 17:18:42 +03:00
parent f6374ad52a
commit 4bab457114
3 changed files with 36 additions and 1 deletions
+1
View File
@@ -24,3 +24,4 @@ sp-runtime = { workspace = true }
[dev-dependencies]
temp-dir = { workspace = true }
tokio = { workspace = true }