@ -121,7 +121,7 @@ public:
std::map<dev::Public, dev::Secret> const& ids() const { return m_ids; }
protected:
virtual bool authenticate(dev::TransactionSkeleton const& _t) const;
virtual bool authenticate(dev::TransactionSkeleton const& _t) const = 0;
virtual dev::eth::Interface* client() = 0;
@ -27,12 +27,11 @@
#include <QQmlComponent>
#include <QQmlContext>
#include <QQmlApplicationEngine>
#include <libwebthree/WebThree.h>
#include "CodeModel.h"
#include "FileIo.h"
#include "ClientModel.h"
#include "AppContext.h"
using namespace dev;
using namespace dev::eth;
@ -33,6 +33,7 @@
using namespace dev::mix;