MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / IsKeyType

Function IsKeyType

src/wallet/walletdb.cpp:608–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606}
607
608static bool IsKeyType(string strType)
609{
610 return (strType== "key" || strType == "wkey" ||
611 strType == "mkey" || strType == "ckey");
612}
613
614DBErrors CWalletDB::LoadWallet(CWallet* pwallet)
615{

Callers 2

LoadWalletMethod · 0.85
BOOST_FOREACHFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected