From 2ed308829a5ef41a226fc1f16a9a832dc1cea1bb Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Thu, 17 Oct 2019 09:42:32 +0900 Subject: [PATCH] Change PoSt confidence to 3 License: MIT Signed-off-by: Jakub Sztandera --- storage/miner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/miner.go b/storage/miner.go index ef8045231..2f10da05c 100644 --- a/storage/miner.go +++ b/storage/miner.go @@ -24,7 +24,7 @@ import ( var log = logging.Logger("storageminer") -const PoStConfidence = 1 +const PoStConfidence = 3 type Miner struct { api storageMinerApi