We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863e52f commit 9d0379cCopy full SHA for 9d0379c
src/consensus/amount.h
@@ -6,7 +6,7 @@
6
#ifndef BITCOIN_CONSENSUS_AMOUNT_H
7
#define BITCOIN_CONSENSUS_AMOUNT_H
8
9
-#include <stdint.h>
+#include <cstdint>
10
11
/** Amount in satoshis (Can be negative) */
12
typedef int64_t CAmount;
0 commit comments