From ccc16012a403da66a9ebf8a238a925af4e70016a Mon Sep 17 00:00:00 2001 From: ledgerwatch <akhounov@gmail.com> Date: Sun, 30 May 2021 13:14:29 +0100 Subject: [PATCH] Fix typo in sentry (pooledtx 65/66) (#2051) Co-authored-by: Alex Sharp <alexsharp@Alexs-MacBook-Pro.local> --- cmd/headers/download/sentry.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/headers/download/sentry.go b/cmd/headers/download/sentry.go index 759365f4c4..2f5c83ba15 100644 --- a/cmd/headers/download/sentry.go +++ b/cmd/headers/download/sentry.go @@ -988,7 +988,7 @@ var toProto = map[uint]map[uint64]proto_sentry.MessageId{ eth.TransactionsMsg: proto_sentry.MessageId_TRANSACTIONS_66, eth.NewPooledTransactionHashesMsg: proto_sentry.MessageId_NEW_POOLED_TRANSACTION_HASHES_66, eth.GetPooledTransactionsMsg: proto_sentry.MessageId_GET_POOLED_TRANSACTIONS_66, - eth.PooledTransactionsMsg: proto_sentry.MessageId_POOLED_TRANSACTIONS_65, + eth.PooledTransactionsMsg: proto_sentry.MessageId_POOLED_TRANSACTIONS_66, }, } -- GitLab