I've sent some btc to one of my own wallet address, but when i try to check the details using gettransaction, the result return weren't showing details about the receiving address which is my own address.
gettransaction 2117c689245a7be7247129a2cef2384c098c7468ad8ea0fe6f6273ca8539c0a0
{
"amount": -0.00200000,
"fee": -0.00003067,
"confirmations": 4034,
"blockhash": "0000000000000000000ed2ec1cc941dbeef03e7982b78cf8f925c166804c940b",
"blockindex": 2118,
"blocktime": 1547742794,
"txid": "2117c689245a7be7247129a2cef2384c098c7468ad8ea0fe6f6273ca8539c0a0",
"walletconflicts": [
],
"time": 1547742295,
"timereceived": 1547742295,
"bip125-replaceable": "no",
"details": [
{
"account": "",
"address": "1Ng4PdKvqed1MPrTTabRe674r3ojwqQps8",
"category": "send",
"amount": -0.00200000,
"vout": 0,
"fee": -0.00003067,
"abandoned": false
}
],
"hex": "02000000000101a928831f0da7f3e1bf96438d5eaf7ff15e91faabbb36215b6c8b3f569c12de6a01000000171600147c83f82d96b573efe963c5c00676b8ec64b03d46ffffffff02400d0300000000001976a914edbdb1a2be2fb1d54927a6e873b2e4f49ba055d088ac7a74a1970000000017a914ad511b295294f36af8c98f4c4d4d020646154e708702473044022055011535af773307a6ddd9b3259f8f45d5d40c7c061dbf7487ac65027bc4bdb302200eb5da451b5b98eed8e78c28ea667aeb9b8f0a9bf198d02718d914fe18b2b333012102df0b28f72e416d5b15d1b942b6a216ccd47253163f9642123d821efae57c418b00000000"
}
gettransaction only shows the change address 1Ng4PdKvqed1MPrTTabRe674r3ojwqQps8. So is this actually normal where gettransaction will not shows own address?