good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 91baa688 authored by pk's avatar pk Committed by GitHub
Browse files

Update stagedsync.go (#866)

fixed a typo from `compiting` to `computing `
parent a5c1089d
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ func PrepareStagedSync(
},
{
ID: stages.IntermediateHashes,
Description: "Generate intermediate hashes and compiting state root",
Description: "Generate intermediate hashes and computing state root",
ExecFunc: func(s *StageState, u Unwinder) error {
return SpawnIntermediateHashesStage(s, stateDB, datadir, quitCh)
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment