mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix base_uint ctor to disambiguate void const*
This commit is contained in:
@@ -28,7 +28,7 @@ public:
|
||||
|
||||
Status fetch (void const* key, NodeObject::Ptr* pObject)
|
||||
{
|
||||
uint256 const hash (key);
|
||||
uint256 const hash (uint256::fromVoid (key));
|
||||
|
||||
Map::iterator iter = m_map.find (hash);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user