Skip to content

Commit fa09110

Browse files
author
MarcoFalke
committed
doc: Fix typo in Coin doxygen comment
1 parent ae32e5c commit fa09110

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)