From 18f03c15d6d416fc33a6653f47928346751ec8ed Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Mon, 7 Oct 2013 22:21:18 -0500 Subject: [PATCH] Correct spend output comments for b77-b82. --- .../test/java/org/bitcoinj/core/FullBlockTestGenerator.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/test/java/org/bitcoinj/core/FullBlockTestGenerator.java b/core/src/test/java/org/bitcoinj/core/FullBlockTestGenerator.java index e41bfe37..7c38d61d 100644 --- a/core/src/test/java/org/bitcoinj/core/FullBlockTestGenerator.java +++ b/core/src/test/java/org/bitcoinj/core/FullBlockTestGenerator.java @@ -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());