Skip to content

Commit

Permalink
p2p receipts by default (#13350)
Browse files Browse the repository at this point in the history
Co-authored-by: JkLondon <[email protected]>
  • Loading branch information
JkLondon and JkLondon authored Jan 9, 2025
1 parent 62c8e81 commit a469e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/sentry/sentry_multi_client/sentry_multi_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ func (cs *MultiClient) getBlockBodies66(ctx context.Context, inreq *proto_sentry
}

var (
EnableP2PReceipts = dbg.EnvBool("P2P_RECEIPTS", false)
EnableP2PReceipts = dbg.EnvBool("P2P_RECEIPTS", true)
)

func (cs *MultiClient) getReceipts66(ctx context.Context, inreq *proto_sentry.InboundMessage, sentryClient proto_sentry.SentryClient) error {
Expand Down

0 comments on commit a469e91

Please sign in to comment.