We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5189966 commit bcb3a64Copy full SHA for bcb3a64
p2p/database/database.go
@@ -28,7 +28,7 @@ type Database interface {
28
// returns true.
29
WriteBlockHashes(context.Context, *enode.Node, []common.Hash, time.Time)
30
31
- // WriteBlockBodies will write the block bodies if ShouldWriteBlocks returns
+ // WriteBlockBody will write the block bodies if ShouldWriteBlocks returns
32
// true.
33
WriteBlockBody(context.Context, *eth.BlockBody, common.Hash, time.Time)
34
0 commit comments