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

Is this a mixing transaction?

jimbursch

Well-known member
I was looking at a list of transactions in Core (./dash-cli listtransactions) and I see a bunch that look like this one:

Code:
  {
    "account": "",
    "address": "XeW5sqEj8FBTfM448qBoYnw3By5HMioDeb",
    "category": "send",
    "amount": -0.01000010,
    "vout": 4,
    "fee": 0.17000170,
    "confirmations": 7106,
    "bcconfirmations": 7106,
    "blockhash": "000000000000193c244d3f02906ac71e9f349d9b6fe97f8c8839cbe868f58fcd",
    "blockindex": 6,
    "blocktime": 1501608552,
    "txid": "be048ba19bd4aaec97fa41719049455746fb86f1854fd7a310d74e7f4f445d06",
    "walletconflicts": [
    ],
    "time": 1501608492,
    "timereceived": 1501608492,
    "bip125-replaceable": "no",
    "abandoned": false
  },

I'm guessing this tx has something to do with mixing. What I'm curious about is:
"fee": 0.17000170

Can someone explain that to me?
 
Back
Top