mirror of
https://github.com/monero-project/monero.git
synced 2025-12-31 23:16:03 -08:00
Merge pull request #6453
d2d3a81 bootstrap_daemon: fix missing virtual destructor and lambda capture (clang warning) (xiphon)
This commit is contained in:
@@ -224,7 +224,7 @@ namespace cryptonote
|
||||
}
|
||||
else if (address == "auto")
|
||||
{
|
||||
auto get_nodes = [this, credits_per_hash_threshold]() {
|
||||
auto get_nodes = [this]() {
|
||||
return get_public_nodes(credits_per_hash_threshold);
|
||||
};
|
||||
m_bootstrap_daemon.reset(new bootstrap_daemon(std::move(get_nodes), rpc_payment_enabled));
|
||||
|
||||
Reference in New Issue
Block a user