Malleable keys: remove version byte
[novacoin.git] / src / noui.cpp
index db25f2d..965b39d 100644 (file)
@@ -15,7 +15,7 @@ static int noui_ThreadSafeMessageBox(const std::string& message, const std::stri
     return 4;
 }
 
-static bool noui_ThreadSafeAskFee(int64 nFeeRequired, const std::string& strCaption)
+static bool noui_ThreadSafeAskFee(int64_t nFeeRequired, const std::string& strCaption)
 {
     return true;
 }