OSDN Git Service

fixed reward address (#504)
[bytom/vapor.git] / consensus / general.go
index 11bff3c..20392b1 100644 (file)
@@ -103,7 +103,12 @@ type Params struct {
        ProducerSubsidys []ProducerSubsidy
 
        SoftForkPoint map[uint64]uint64
+
+       // Mov will only start when the block height is greater than this value
        MovStartHeight uint64
+
+       // Used to receive rewards for matching transactions
+       MovRewardProgram string
 }
 
 // ActiveNetParams is the active NetParams