File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1321,9 +1321,9 @@ simulating a miner.
1321
1321
process:: exit ( 0 ) ;
1322
1322
}
1323
1323
1324
- /// Generates the shadow blocks needed to restore this node to working order.
1325
- /// Automatically inserts and processes them as well.
1326
- /// Prints out the generated shadow blocks (as JSON)
1324
+ // Generates the shadow blocks needed to restore this node to working order.
1325
+ // Automatically inserts and processes them as well.
1326
+ // Prints out the generated shadow blocks (as JSON)
1327
1327
if argv[ 1 ] == "shadow-chainstate-repair" {
1328
1328
if argv. len ( ) < 4 {
1329
1329
eprintln ! (
@@ -1350,7 +1350,7 @@ simulating a miner.
1350
1350
process:: exit ( 0 ) ;
1351
1351
}
1352
1352
1353
- /// Inserts and processes shadow blocks generated from `shadow-chainstate-repair`
1353
+ // Inserts and processes shadow blocks generated from `shadow-chainstate-repair`
1354
1354
if argv[ 1 ] == "shadow-chainstate-patch" {
1355
1355
if argv. len ( ) < 5 {
1356
1356
eprintln ! (
You can’t perform that action at this time.
0 commit comments