Browse Source

tabified ethStubServer

cl-refactor
KKudryavtsev 11 years ago
parent
commit
0069e812bf
  1. 1
      eth/EthStubServer.h

1
eth/EthStubServer.h

@ -56,7 +56,6 @@ public:
virtual Json::Value lastBlock();
virtual Json::Value block(const std::string&);
void setKeys(std::vector<eth::KeyPair> _keys) { m_keys = _keys; }
private:
eth::Client& m_client;
std::vector<eth::KeyPair> m_keys;

Loading…
Cancel
Save