Skip to content

Commit 9d0379c

Browse files
committed
consensus: use <cstdint> over <stdint.h> in amount.h
1 parent 863e52f commit 9d0379c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/consensus/amount.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#ifndef BITCOIN_CONSENSUS_AMOUNT_H
77
#define BITCOIN_CONSENSUS_AMOUNT_H
88

9-
#include <stdint.h>
9+
#include <cstdint>
1010

1111
/** Amount in satoshis (Can be negative) */
1212
typedef int64_t CAmount;

0 commit comments

Comments
 (0)