Browse Source

Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop

cl-refactor
Gav Wood 11 years ago
parent
commit
0ee639d76c
  1. 2
      libethereum/PeerServer.cpp

2
libethereum/PeerServer.cpp

@ -397,7 +397,7 @@ bool PeerServer::havePeer(Public _id) const
else
i = m_peers.erase(i);
return m_peers.count(_id);
return !!m_peers.count(_id);
}
bool PeerServer::ensureInitialised(TransactionQueue& _tq)

Loading…
Cancel
Save