Malleable keys: remove version byte
[novacoin.git] / src / qt / transactiondesc.h
index 55b9eaf..2523f9a 100644 (file)
@@ -18,8 +18,6 @@ public:
 private:
     TransactionDesc() {}
 
-    static QString HtmlEscape(const QString& str, bool fMultiLine=false);
-    static QString HtmlEscape(const std::string &str, bool fMultiLine=false);
     static QString FormatTxStatus(const CWalletTx& wtx);
 };