MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / GetPrivateKeyFile

Method GetPrivateKeyFile

src/torcontrol.cpp:745–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

743}
744
745fs::path TorController::GetPrivateKeyFile()
746{
747 return gArgs.GetDataDirNet() / "onion_v3_private_key";
748}
749
750CService DefaultOnionServiceTarget(uint16_t port)
751{

Callers

nothing calls this directly

Calls 1

GetDataDirNetMethod · 0.80

Tested by

no test coverage detected