Skip to content

Commit bcb3a64

Browse files
authored
chore: fix struct name in comment (#539)
Signed-off-by: TechVest <[email protected]>
1 parent 5189966 commit bcb3a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

p2p/database/database.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type Database interface {
2828
// returns true.
2929
WriteBlockHashes(context.Context, *enode.Node, []common.Hash, time.Time)
3030

31-
// WriteBlockBodies will write the block bodies if ShouldWriteBlocks returns
31+
// WriteBlockBody will write the block bodies if ShouldWriteBlocks returns
3232
// true.
3333
WriteBlockBody(context.Context, *eth.BlockBody, common.Hash, time.Time)
3434

0 commit comments

Comments
 (0)