-
Notifications
You must be signed in to change notification settings - Fork 37.8k
Closed
Labels
Description
This transaction definitely did not get confirmed in block 634!
Is the documentation incorrect?
https://bitcoin.org/en/developer-reference#gettransaction
or...
bitcoin/src/wallet/rpcwallet.cpp
Line 1724 in 62f2d76
" \"blockindex\" : xx, (numeric) The block index\n" |
...or I am seriously misunderstanding the object returned by this RPC call?
$ gettransaction ef27b4d74497780096b466164e90ac12b1b7bd695246d4b1b232195ed168782e
{
"account": "",
"address": "1DjDpiQaWtTeK4vLFqUH9G3ZkQF2oaxmap",
"category": "receive",
"amount": 0.00258000,
"label": "",
"vout": 0,
"confirmations": 7,
"blockhash": "000000000000000000ca6aa53efc2b89b82eca3e2dfcd942951e2b3fdfae6e67",
"blockindex": 634,
"blocktime": 1455395504,
"txid": "ef27b4d74497780096b466164e90ac12b1b7bd695246d4b1b232195ed168782e",
"walletconflicts": [
],
"time": 1455394848,
"timereceived": 1455394848,
"bip125-replaceable": "no"
}