bloocoin / bloocoin-client

The official BlooCoin client
3 stars 9 forks source link

Show Dates of Transactions #4

Open HenryHoggard opened 11 years ago

HenryHoggard commented 11 years ago

It would be very useful If we could view the dates of our transactions. This would help manage payments better and make it easier to figure what transaction was what.

ajvpot commented 11 years ago

The server doesn't log the timestamps of transactions at the moment unless MongoDB does it behind the scenes. This would require a change to the server.

HenryHoggard commented 11 years ago

It wouldn't be too hard to do, add this field to mongodb date: { type: Date, default: Date.now }, It automatically will add the date for each new entry