Code cleanup
[novacoin.git] / src / rpcdump.cpp
index 138fc00..d42c45b 100644 (file)
@@ -18,7 +18,7 @@ class CTxDump
 {
 public:
     CBlockIndex *pindex;
-    int64 nValue;
+    int64_t nValue;
     bool fSpent;
     CWalletTx* ptx;
     int nOut;