Patrick Lodder 0d39941515
mining: replace boost::shared_ptr with std::shared_ptr
Throughout the codebase we use std::shared_ptr, except for some
instances in the miner code, where we use boost::shared_ptr for
sharing a wallet address with the miner and rpc across threads.

This patch removes all usage of boost::shared_ptr to instead use
std::shared_ptr, to reduce exposure to multiple shared pointer
implementations.
2023-07-17 12:09:44 -04:00
..
2018-09-19 19:22:45 +01:00
2018-09-19 19:23:29 +01:00