electroneum / electroneum-sc

Electroneum is a Layer 1 EVM-compatible blockchain, catering to 4+ million users worldwide.
https://www.electroneum.com
GNU Lesser General Public License v3.0
11 stars 2 forks source link

Handle the token emission when circulating supply is omitted in the genesis.json file #18

Closed chrischarlesharrison closed 1 year ago

chrischarlesharrison commented 1 year ago

If the circulating supply was omitted as a parameter in the genesis.json, this would cause a nil deref/segfault. This commit sets the initial circulating supply as zero in the event of a the missing parameter.