Skip to content

Commit dd3310b

Browse files
committed
Merge #18854: doc: Fix typo in Coin doxygen comment
fa09110 doc: Fix typo in Coin doxygen comment (MarcoFalke) Pull request description: `CTxOutCompressor` has been renamed in commit 4de934b, so rename it in the docs as well. ACKs for top commit: laanwj: ACK fa09110 hebasto: ACK fa09110 Tree-SHA512: e16a21ac3112a67ee7d5ffabb3f47103aed8f91fdebf1bf96311cd0b7bdb9b7323ed826bfa95517386d4128ff0ae2c7c13bad047a7c5a0cc2458be7a43119157
2 parents 551dc7f + fa09110 commit dd3310b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/coins.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
#ifndef BITCOIN_COINS_H
77
#define BITCOIN_COINS_H
88

9-
#include <primitives/transaction.h>
109
#include <compressor.h>
1110
#include <core_memusage.h>
1211
#include <crypto/siphash.h>
1312
#include <memusage.h>
13+
#include <primitives/transaction.h>
1414
#include <serialize.h>
1515
#include <uint256.h>
1616

@@ -25,7 +25,7 @@
2525
*
2626
* Serialized format:
2727
* - VARINT((coinbase ? 1 : 0) | (height << 1))
28-
* - the non-spent CTxOut (via CTxOutCompressor)
28+
* - the non-spent CTxOut (via TxOutCompression)
2929
*/
3030
class Coin
3131
{

0 commit comments

Comments
 (0)