@@ -0,0 +1,14 @@
#ifndef UTILS_H
#define UTILS_H
#include "precompiled.h"
class Utils
{
public:
static const QString txidStatusMessage;
private:
Utils() = delete;
};
#endif // UTILS_H
The note is not visible to the blocked user.