Correct spend output comments for b77-b82.

This commit is contained in:
Dave Collins
2013-10-07 22:21:18 -05:00
committed by Mike Hearn
parent ac65d91eec
commit 18f03c15d6

View File

@@ -1514,8 +1514,8 @@ public class FullBlockTestGenerator {
b76tx.getOutput(0).getScriptPubKey()));
// Test transaction resurrection
// -> b77 (24) -> b78 (22) -> b79 (23)
// \-> b80 (22) -> b81 (23) -> b82 (24)
// -> b77 (24) -> b78 (25) -> b79 (26)
// \-> b80 (25) -> b81 (26) -> b82 (27)
// b78 creates a tx, which is spent in b79. after b82, both should be in mempool
//
TransactionOutPointWithValue out24 = checkNotNull(spendableOutputs.poll());