diff options
| author | Gavin Andresen <[email protected]> | 2011-01-06 08:56:10 -0500 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-01-06 08:56:10 -0500 |
| commit | 009d5fb41f3aa39baeeb3f72454cdc14459fc67e (patch) | |
| tree | f1d9af67dc294778d77dc406b8bf626a5bc2759d /rpc.cpp | |
| parent | Merge branch 'listaddresses' of https://github.com/gavinandresen/bitcoin-git (diff) | |
| parent | Add time to category:move transactions. (diff) | |
| download | discoin-009d5fb41f3aa39baeeb3f72454cdc14459fc67e.tar.xz discoin-009d5fb41f3aa39baeeb3f72454cdc14459fc67e.zip | |
Merge branch 'listaddresses' into integration
Diffstat (limited to 'rpc.cpp')
| -rw-r--r-- | rpc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -927,6 +927,7 @@ void AcentryToJSON(const CAccountingEntry& acentry, const string& strAccount, Ar Object entry; entry.push_back(Pair("account", acentry.strAccount)); entry.push_back(Pair("category", "move")); + entry.push_back(Pair("time", (boost::int64_t)acentry.nTime)); entry.push_back(Pair("amount", ValueFromAmount(acentry.nCreditDebit))); entry.push_back(Pair("otheraccount", acentry.strOtherAccount)); entry.push_back(Pair("comment", acentry.strComment)); |