Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D4795
Change Details
Change Details
Old
New
Diff
CreateChainParams() returns a unique_ptr that ends up with no owner. We don't need to hold onto it, so a copy of consensus will suffice.
CreateChainParams() returns a unique_ptr that ends up with no owner. This patch fixes that.
CreateChainParams() returns a unique_ptr that ends up with no owner.
We don't need to hold onto it,
so a copy of consensus will suffice
This patch fixes that
.
Continue