91,969,842 ros
How is it possible?

I checked sum of balances in blockexplorer and got ~75.8M
MongoDB shell version: 2.4.9
connecting to: test
> use bce_roscoin
switched to db bce_roscoin
> db.address.aggregate([{ $group: { _id: null, sum: { $sum: "$balance" } } }])
{
"result" : [
{
"_id" : null,
"sum" : 75860884.16456077
}
],
"ok" : 1
}
well, if number of ~92M ROS is correct, there is a bug in my code
