mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-05 04:31:45 +02:00
consensus: use <cstdint> over <stdint.h> in amount.h
This commit is contained in:
parent
863e52fe63
commit
9d0379cea6
@ -6,7 +6,7 @@
|
|||||||
#ifndef BITCOIN_CONSENSUS_AMOUNT_H
|
#ifndef BITCOIN_CONSENSUS_AMOUNT_H
|
||||||
#define BITCOIN_CONSENSUS_AMOUNT_H
|
#define BITCOIN_CONSENSUS_AMOUNT_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <cstdint>
|
||||||
|
|
||||||
/** Amount in satoshis (Can be negative) */
|
/** Amount in satoshis (Can be negative) */
|
||||||
typedef int64_t CAmount;
|
typedef int64_t CAmount;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user