accounts, cmd/evm: fix docstrings (#27703)

fix function name in comment

Signed-off-by: cui fliter <imcusg@gmail.com>
This commit is contained in:
cui fliter
2023-07-12 06:01:55 -04:00
committed by GitHub
parent a426999fc9
commit 80b7bfe70d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -306,7 +306,7 @@ func readInput(ctx *cli.Context) (*bbInput, error) {
return inputData, nil
}
// dispatchOutput writes the output data to either stderr or stdout, or to the specified
// dispatchBlock writes the output data to either stderr or stdout, or to the specified
// files
func dispatchBlock(ctx *cli.Context, baseDir string, block *types.Block) error {
raw, _ := rlp.EncodeToBytes(block)