|
May 21, 2015, 05:31:26 AM |
|
Since you know the name of the constant you presumably have the source code, so you can easily just look for yourself.
In coins whose source code I have worked with, mostly SHA256 coins, it is a general limit on totals and such, tending to limit not only individual transactions but also, I think, the grand total any one wallet can have and still be able to display the total.
DeVCoin (DVC) in particular highlights the fact that it does NOT limit the grand total number of coins in existence, just the number the code can work with at one time when adding up totals putting together wallet displays and transactions and stuff like that.
Eventually there will be more than MAX_MONEY DeVCoins in existence.
So to own it all you'd need to split it into more than one wallet, unless the code is changed by then to work around this.
(All this assumes I am not confusing MAX_MONEY with some other similar constant in the code, of course, as I am not actually looking at code right now.)
-MarkM-
|