mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
Correct stale comment in bitcoin.proto
This commit is contained in:
parent
00ce3d7523
commit
c6d900e91c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
// 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
|
// 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;
|
optional bytes overriding_transaction = 3;
|
||||||
|
|
||||||
// If type == BUILDING then this is the depth of the transaction in the blockchain.
|
// If type == BUILDING then this is the depth of the transaction in the blockchain.
|
||||||
|
|
Loading…
Add table
Reference in a new issue