From 0ea51a2868b2ad0befb1149c2b5a0270cac7ecd1 Mon Sep 17 00:00:00 2001 From: Andy Oknen Date: Mon, 29 Aug 2022 14:14:26 +0300 Subject: [PATCH] Fix wrong map key threshold_shark_reg_depth -> threshold_whale_reg_depth --- src/pocketdb/consensus/Base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pocketdb/consensus/Base.h b/src/pocketdb/consensus/Base.h index 814e5d894..fe227ac6a 100644 --- a/src/pocketdb/consensus/Base.h +++ b/src/pocketdb/consensus/Base.h @@ -315,7 +315,7 @@ namespace PocketConsensus } }, // Thresholds for obtaining badges - WHALE - { threshold_shark_reg_depth, { + { threshold_whale_reg_depth, { { NetworkMain, { {0, 207360} } }, { NetworkTest, { {0, 1} } } } },