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