From c6d900e91cb6c380c07746589d551ce2fbe33fe3 Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Sat, 14 Jul 2012 14:00:18 +0200 Subject: [PATCH] Correct stale comment in bitcoin.proto --- core/src/bitcoin.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/bitcoin.proto b/core/src/bitcoin.proto index d17015146..fa6eaa470 100644 --- a/core/src/bitcoin.proto +++ b/core/src/bitcoin.proto @@ -98,7 +98,7 @@ message TransactionConfidence { // If set, hash of the transaction that double spent this one into oblivion. A transaction can be double spent by // multiple transactions in the case of several inputs being re-spent by several transactions but we don't - // bother to track them all, just the first. This only makes sense if type = OVERRIDDEN_BY_DOUBLE_SPEND. + // bother to track them all, just the first. This only makes sense if type = DEAD. optional bytes overriding_transaction = 3; // If type == BUILDING then this is the depth of the transaction in the blockchain.