Merge pull request #4787

4b0deb3 Clean up CMerkleTx::SetMerkleBranch. (Daniel Kraft)
This commit is contained in:
Wladimir J. van der Laan
2014-09-22 14:14:26 +02:00
2 changed files with 19 additions and 33 deletions

View File

@@ -504,7 +504,7 @@ public:
READWRITE(nIndex);
}
int SetMerkleBranch(const CBlock* pblock=NULL);
int SetMerkleBranch(const CBlock& block);
// Return depth of transaction in blockchain:
// -1 : not in blockchain, and not in memory pool (conflicted transaction)