mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Cleanup.
This commit is contained in:
@@ -12,7 +12,7 @@ class PubKeyCache
|
||||
{
|
||||
private:
|
||||
boost::mutex mLock;
|
||||
std::map<uint160,CKey::pointer> mCache;
|
||||
std::map<uint160, CKey::pointer> mCache;
|
||||
|
||||
public:
|
||||
PubKeyCache() { ; }
|
||||
|
||||
Reference in New Issue
Block a user