fix syntax error

This commit is contained in:
Dario 2019-11-09 09:59:44 +01:00
parent 95f805c28f
commit 0c641068a4

View File

@ -50,7 +50,7 @@ public:
static HASH calculateHash(const std::string& proto_message_base64);
inline HASH getHash() { mHashMutex.lock(); HASH hs = mHash; mHashMutex.unlock(); return hs; }
std::string ProcessingTransaction::getBodyBytes();
std::string getBodyBytes();
protected:
TransactionType mType;