From c881a45037be5a464368f4fb48f7d513fdca5865 Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Mon, 30 Aug 2021 10:48:37 +0700 Subject: [PATCH] save --- txpool/pool.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txpool/pool.go b/txpool/pool.go index 4cd673601..0b6f4ab41 100644 --- a/txpool/pool.go +++ b/txpool/pool.go @@ -45,7 +45,7 @@ var ( cacheTotalCounter = metrics.NewCounter("pool_cache_total") ) -const ASSERT = true +const ASSERT = false type Config struct { syncToNewPeersEvery time.Duration