mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-01 18:50:24 +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
|
||||
#define BITCOIN_CONSENSUS_AMOUNT_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <cstdint>
|
||||
|
||||
/** Amount in satoshis (Can be negative) */
|
||||
typedef int64_t CAmount;
|
||||
|
Loading…
x
Reference in New Issue
Block a user