[c++11] Use std::unique_ptr for block creation.
CreateNewBlock returns a pointer for which the caller takes ownership.
Use std::unique_ptr to make this explicit and simplify handling of these
objects in getblocktemplate.
[c++11] Use std::unique_ptr for block creation. 9fce0629b437Unpublished Tags None Subscribers None
Description
Details
|