diff options
Diffstat (limited to 'src/rpcdump.cpp')
-rw-r--r-- | src/rpcdump.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/rpcdump.cpp b/src/rpcdump.cpp index c7c5b1d36c..f3978fbce8 100644 --- a/src/rpcdump.cpp +++ b/src/rpcdump.cpp @@ -2,8 +2,6 @@ // Distributed under the MIT/X11 software license, see the accompanying // file license.txt or http://www.opensource.org/licenses/mit-license.php. -#include <stdint.h> - #include "headers.h" #include "init.h" // for pwalletMain #include "bitcoinrpc.h" @@ -33,7 +31,7 @@ class CTxDump { public: CBlockIndex *pindex; - int64_t nValue; + int64 nValue; bool fSpent; CWalletTx* ptx; int nOut; |