Skip to content

Commit 78b6ff6

Browse files
committed
lint
1 parent 1070f7c commit 78b6ff6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

block/internal/syncing/p2p_handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func (h *P2PHandler) ProcessHeight(ctx context.Context, height uint64, heightInC
102102

103103
// Memoize hash before the header enters the event pipeline so that downstream
104104
// callers (processHeightEvent, TrySyncNextBlock) get cache hits.
105-
p2pHeader.SignedHeader.MemoizeHash()
105+
p2pHeader.MemoizeHash()
106106

107107
// further header validation (signature) is done in validateBlock.
108108
// we need to be sure that the previous block n-1 was executed before validating block n

0 commit comments

Comments
 (0)