Skynet2-0 / Skynet2.0

GNU General Public License v3.0
2 stars 2 forks source link

added the function to calculate the balance #10

Closed i-am-xhy closed 8 years ago

StefanBoodt commented 8 years ago

Looks nice. However there is no newline at the end of the files. Which can cause errors in some compilers and interpreters.

I also think that perhaps it would be better to add options to not include unconfirmed money as this money is not confirmed yet and most likely cannot be spend. An optional argument to the function should be able to do the trick.

StefanBoodt commented 8 years ago

The first point is fixed. Second one remains. Perhaps we could address that one later in a different branch because it is a different and perhaps unnecessary feature.