pendingAttsLimit: Move to const.

This commit is contained in:
Manu NALEPA
2025-12-17 23:36:19 +01:00
parent 84830bf97a
commit 3b8f5f04ad

View File

@@ -26,7 +26,7 @@ import (
"github.com/sirupsen/logrus"
)
var pendingAttsLimit = 32768
const pendingAttsLimit = 32768
// This method processes pending attestations as a "known" block as arrived. With validations,
// the valid attestations get saved into the operation mem pool, and the invalid attestations gets deleted