pull/1153/head
Rongjian Lan 5 years ago
parent 06f883cf58
commit 622f0d8f0b
  1. 2
      consensus/consensus.go

@ -28,7 +28,7 @@ import (
)
// BlockReward is the block reward, to be split evenly among block signers.
var BlockReward = new(big.Int).Mul(big.NewInt(30), big.NewInt(denominations.One))
var BlockReward = new(big.Int).Mul(big.NewInt(24), big.NewInt(denominations.One))
// Consensus is the main struct with all states and data related to consensus process.
type Consensus struct {

Loading…
Cancel
Save