set back default threshold to 1

pull/479/head
Minh Doan 6 years ago committed by Minh Doan
parent 9acafdaa39
commit 0004108ec8
  1. 2
      node/node_newblock.go

@ -9,7 +9,7 @@ import (
// Constants of lower bound limit of a new block. // Constants of lower bound limit of a new block.
const ( const (
DefaultThreshold = 10 DefaultThreshold = 1
FirstTimeThreshold = 2 FirstTimeThreshold = 2
) )

Loading…
Cancel
Save