Skip to content

Commit a7565eb

Browse files
committed
fix: remove comment
1 parent 923db5a commit a7565eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

p2p/database/database.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ type Database interface {
2121
WriteBlock(context.Context, *enode.Node, *types.Block, *big.Int, time.Time)
2222

2323
// WriteBlockHeaders will write the block headers if ShouldWriteBlocks
24-
// returns true. The isParent parameter indicates if these headers were
25-
// fetched as parent blocks.
24+
// returns true.
2625
WriteBlockHeaders(context.Context, []*types.Header, time.Time, bool)
2726

2827
// WriteBlockHashes will write the block hashes if ShouldWriteBlockEvents

0 commit comments

Comments
 (0)