• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Trying to understand listtransactions

jimbursch

Well-known member
Below is a typical mixing transaction that comes up in ./dash-cli listtransactions.

What is with the large fee amount? (12.00012000)

Also, how does one discern a mixing transaction from a normal send transaction in listtransactions?

Code:
  {
    "account": "",
    "address": "XiTn3eftE1awvfA8cLGTroG3SBtW7C9CMJ",
    "category": "send",
    "amount": -1.00001000,
    "vout": 5,
    "fee": 12.00012000,
    "confirmations": 2584,
    "bcconfirmations": 2584,
    "blockhash": "000000000000009e97984af77a19a5afa819469347dcbf690b66ac0e1d125035",
    "blockindex": 2,
    "blocktime": 1506635853,
    "txid": "372da509f9e5ae81fbc49459e5878db696beb32ec307ffac63d2caaa01a9340b",
    "walletconflicts": [
    ],
    "time": 1506635813,
    "timereceived": 1506635813,
    "bip125-replaceable": "no",
    "abandoned": false
  },
 
I'm not sure. One of core devs is working on it but if it's way too many changes then most likely it's going to be postponed till 12.2.1
 
Back
Top