You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1252,12 +1248,6 @@ Value listtransactions(const Array& params, bool fHelp)
1252
1248
"\"blockindex\": n, (numeric) The block index containing the transaction. Available for 'send' and 'receive'\n"
1253
1249
" category of transactions.\n"
1254
1250
"\"txid\": \"transactionid\", (string) The transaction id. Available for 'send' and 'receive' category of transactions.\n"
1255
-
"\"walletconflicts\" : [\n"
1256
-
"\"conflictid\", (string) Ids of transactions, including equivalent clones, that re-spend a txid input.\n"
1257
-
" ],\n"
1258
-
"\"respendsobserved\" : [\n"
1259
-
"\"respendid\", (string) Ids of transactions, NOT equivalent clones, that re-spend a txid input. \"Double-spends.\"\n"
1260
-
" ],\n"
1261
1251
"\"time\": xxx, (numeric) The transaction time in seconds since epoch (midnight Jan 1 1970 GMT).\n"
1262
1252
"\"timereceived\": xxx, (numeric) The time received in seconds since epoch (midnight Jan 1 1970 GMT). Available \n"
1263
1253
" for 'send' and 'receive' category of transactions.\n"
@@ -1434,12 +1424,6 @@ Value listsinceblock(const Array& params, bool fHelp)
1434
1424
"\"blockindex\": n, (numeric) The block index containing the transaction. Available for 'send' and 'receive' category of transactions.\n"
1435
1425
"\"blocktime\": xxx, (numeric) The block time in seconds since epoch (1 Jan 1970 GMT).\n"
1436
1426
"\"txid\": \"transactionid\", (string) The transaction id. Available for 'send' and 'receive' category of transactions.\n"
1437
-
"\"walletconflicts\" : [\n"
1438
-
"\"conflictid\", (string) Ids of transactions, including equivalent clones, that re-spend a txid input.\n"
1439
-
" ],\n"
1440
-
"\"respendsobserved\" : [\n"
1441
-
"\"respendid\", (string) Ids of transactions, NOT equivalent clones, that re-spend a txid input. \"Double-spends.\"\n"
1442
-
" ],\n"
1443
1427
"\"time\": xxx, (numeric) The transaction time in seconds since epoch (Jan 1 1970 GMT).\n"
1444
1428
"\"timereceived\": xxx, (numeric) The time received in seconds since epoch (Jan 1 1970 GMT). Available for 'send' and 'receive' category of transactions.\n"
1445
1429
"\"comment\": \"...\", (string) If a comment is associated with the transaction.\n"
@@ -1518,12 +1502,6 @@ Value gettransaction(const Array& params, bool fHelp)
1518
1502
"\"blockindex\" : xx, (numeric) The block index\n"
1519
1503
"\"blocktime\" : ttt, (numeric) The time in seconds since epoch (1 Jan 1970 GMT)\n"
1520
1504
"\"txid\" : \"transactionid\", (string) The transaction id.\n"
1521
-
"\"walletconflicts\" : [\n"
1522
-
"\"conflictid\", (string) Ids of transactions, including equivalent clones, that re-spend a txid input.\n"
1523
-
" ],\n"
1524
-
"\"respendsobserved\" : [\n"
1525
-
"\"respendid\", (string) Ids of transactions, NOT equivalent clones, that re-spend a txid input. \"Double-spends.\"\n"
1526
-
" ],\n"
1527
1505
"\"time\" : ttt, (numeric) The transaction time in seconds since epoch (1 Jan 1970 GMT)\n"
1528
1506
"\"timereceived\" : ttt, (numeric) The time received in seconds since epoch (1 Jan 1970 GMT)\n"
0 commit comments