Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Clarify description of blockindex #7541
Conversation
|
utACK |
|
|
dcousens
and 3 others
commented on an outdated diff
Feb 16, 2016
| @@ -1444,7 +1444,7 @@ UniValue listtransactions(const UniValue& params, bool fHelp) | ||
| " \"trusted\": xxx (bool) Whether we consider the outputs of this unconfirmed transaction safe to spend.\n" | ||
| " \"blockhash\": \"hashvalue\", (string) The block hash containing the transaction. Available for 'send' and 'receive'\n" | ||
| " category of transactions.\n" | ||
| - " \"blockindex\": n, (numeric) The block index containing the transaction. Available for 'send' and 'receive'\n" | ||
| + " \"blockindex\": n, (numeric) The position of the transaction in the block that includes it. Available for 'send' and 'receive'\n" |
dcousens
Contributor
|
|
utACK 7f01e4e |
laanwj
added
the
Docs and Output
label
Feb 17, 2016
|
utACK |
|
ACK pinheadmz/bitcoin@ef40f6b after squash |
|
ACK ef40f6b0703fb2004183b85bdd2fb9e88b58b349. |
|
Before merging, can you please squash these changes into one commit? e.g. $ git rebase -i 8b70a64In the editor, replace the second 'pick' with 'f', then save and exit. git push -f origin master |
|
@laanwj thanks for your help |
laanwj
merged commit 7eef1d0
into
bitcoin:master
Feb 19, 2016
1 check passed
added a commit
that referenced
this pull request
Feb 19, 2016
|
@laanwj I guess this could be backported to 0.12.1 Also, Post-merge ACK. |
laanwj
added
the
Needs backport
label
Mar 3, 2016
added a commit
to MarcoFalke/bitcoin
that referenced
this pull request
Apr 27, 2016
|
Backported as part of #7938. Removing label 'Needs backport'. |
pinheadmz commentedFeb 16, 2016
see issues:
bitcoin-dot-org/bitcoin.org#1237
#7532