mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-29 15:57:15 +02:00
consensus: use <cstdint> over <stdint.h> in amount.h
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#ifndef BITCOIN_CONSENSUS_AMOUNT_H
|
||||
#define BITCOIN_CONSENSUS_AMOUNT_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <cstdint>
|
||||
|
||||
/** Amount in satoshis (Can be negative) */
|
||||
typedef int64_t CAmount;
|
||||
|
Reference in New Issue
Block a user