Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
745
fs::path TorController::GetPrivateKeyFile()
746
{
747
return gArgs.GetDataDirNet() /
"onion_v3_private_key"
;
748
}
749
750
CService DefaultOnionServiceTarget(uint16_t port)
751
{
Callers
nothing calls this directly
Calls
1
GetDataDirNet
Method · 0.80
Tested by
no test coverage detected