Savjee / SavjeeCoin

A simple blockchain in Javascript. For educational purposes only.
MIT License
1.74k stars 752 forks source link

Not enough initial balance fix #38

Closed masnwilliams closed 3 years ago

masnwilliams commented 3 years ago

Just a simple fix so the program will not throw error "Not enough balance" on first run.

Savjee commented 3 years ago

Thanks! Good idea ;)