mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
doc: Fix typo in Coin doxygen comment
This commit is contained in:
parent
ae32e5ce3d
commit
fa09110ebb
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@
|
|||
#ifndef BITCOIN_COINS_H
|
||||
#define BITCOIN_COINS_H
|
||||
|
||||
#include <primitives/transaction.h>
|
||||
#include <compressor.h>
|
||||
#include <core_memusage.h>
|
||||
#include <crypto/siphash.h>
|
||||
#include <memusage.h>
|
||||
#include <primitives/transaction.h>
|
||||
#include <serialize.h>
|
||||
#include <uint256.h>
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
|||
*
|
||||
* Serialized format:
|
||||
* - VARINT((coinbase ? 1 : 0) | (height << 1))
|
||||
* - the non-spent CTxOut (via CTxOutCompressor)
|
||||
* - the non-spent CTxOut (via TxOutCompression)
|
||||
*/
|
||||
class Coin
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue