Accounted for 50 coin transaction in genesis block as genesispremine

This commit is contained in:
miketout
2018-04-23 22:49:56 -07:00
parent 6b78e01d5d
commit a1af306f81
2 changed files with 2 additions and 1 deletions

View File

@@ -56,6 +56,7 @@ uint32_t ASSETCHAIN_INIT;
uint32_t ASSETCHAINS_MAGIC = 2387029918;
uint64_t ASSETCHAINS_SUPPLY = 10;
uint64_t ASSETCHAINS_COMMISSION;
int64_t ASSETCHAINS_GENESISPREMINE = 5000000000;
// consensus variables for coinbase timelock control and timelock transaction support
// time locks are specified enough to enable their use initially to lock specific coinbase transactions for emission control