|
@ -121,7 +121,7 @@ public: |
|
|
std::map<dev::Public, dev::Secret> const& ids() const { return m_ids; } |
|
|
std::map<dev::Public, dev::Secret> const& ids() const { return m_ids; } |
|
|
|
|
|
|
|
|
protected: |
|
|
protected: |
|
|
virtual bool authenticate(dev::TransactionSkeleton const& _t) const; |
|
|
virtual bool authenticate(dev::TransactionSkeleton const& _t) const = 0; |
|
|
|
|
|
|
|
|
protected: |
|
|
protected: |
|
|
virtual dev::eth::Interface* client() = 0; |
|
|
virtual dev::eth::Interface* client() = 0; |
|
|