Author

Topic: When send to own wallet's address, listtransactions send, receive both printed? (Read 183 times)

staff
Activity: 3458
Merit: 6793
Just writing some code
jr. member
Activity: 413
Merit: 5
When send coin from same wallet, to another address, gettransactions returns like below.

Is this normal? Send/Receive same time occurs?

 {
        "account" : "",
        "address" : "SeAfYHH5QvQd5wBgeoPd5qb1cFxarCRJzH",
        "category" : "receive",
        "amount" : 1.00000000,
        "confirmations" : 11,
        "blockhash" : "533187b5dd6d01c527a7276cb5ab3fc41d0030969ce3ab3c0424d52dfae68d23",
        "blockindex" : 1,
        "blocktime" : 1527556283,
        "txid" : "cbd0f73519385fca22476b24d0eba11700a06b313aa00346b507d6dcaf262aeb",
        "normtxid" : "5b1a01a3063f4f6d5b16050234ae80bc14cca0575042778f98b388630e125330",
        "time" : 1527556090,
        "timereceived" : 1527556090
    },
    {
        "account" : "",
        "address" : "SeAfYHH5QvQd5wBgeoPd5qb1cFxarCRJzH",
        "category" : "send",
        "amount" : -1.00000000,
        "fee" : -0.00100000,
        "confirmations" : 11,
        "blockhash" : "533187b5dd6d01c527a7276cb5ab3fc41d0030969ce3ab3c0424d52dfae68d23",
        "blockindex" : 1,
        "blocktime" : 1527556283,
        "txid" : "cbd0f73519385fca22476b24d0eba11700a06b313aa00346b507d6dcaf262aeb",
        "normtxid" : "5b1a01a3063f4f6d5b16050234ae80bc14cca0575042778f98b388630e125330",
        "time" : 1527556090,
        "timereceived" : 1527556090
    }
Jump to: