You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -267,7 +267,7 @@ Example result:
267
267
Pay attention to the `devnet.configPath` and `devnet.dataPath`.
268
268
269
269
2.`cd` into the `devnet.configPath` . Modify the config files as needed. See [Custom Devnet Setup](https://docs.nervos.org/docs/node/run-devnet-node#custom-devnet-setup) and [Configure CKB](https://github.com/nervosnetwork/ckb/blob/develop/docs/configure.md) for details.
270
-
3. After modifications, remove everything in the `devnet.dataPath` folder to reset chain data.
270
+
3. After modifications, run `offckb clean -d` to remove the chain data if needed while keeping the updated config files.
271
271
4. Restart local blockchain by running `offckb node`
0 commit comments