aboutsummaryrefslogtreecommitdiff
path: root/src/utilmemory.h
Commit message (Collapse)AuthorAgeFilesLines
* Extract MakeUnique into utilmemory.hBen Woosley2018-07-171-0/+19
And use it to reduce chainparamsbase's direct reliance on util.h to only args handling. utilmemory.h can be replaced with <memory> once we move to C++14.