| 59 | } |
| 60 | |
| 61 | std::string HelpRequiringPassphrase() |
| 62 | { |
| 63 | return pwalletMain && pwalletMain->IsCrypted() ? "\nRequires wallet passphrase to be set with walletpassphrase call." : ""; |
| 64 | } |
| 65 | |
| 66 | void EnsureWalletIsUnlocked() |
| 67 | { |
no test coverage detected