MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / HelpRequiringPassphrase

Function HelpRequiringPassphrase

src/wallet/rpcwallet.cpp:66–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66std::string HelpRequiringPassphrase(CWallet * const pwallet)
67{
68 return pwallet && pwallet->IsCrypted()
69 ? "\nRequires wallet passphrase to be set with walletpassphrase call."
70 : "";
71}
72
73bool EnsureWalletIsAvailable(CWallet * const pwallet, bool avoidException)
74{

Callers 9

sendtoaddressFunction · 0.85
signmessageFunction · 0.85
sendfromFunction · 0.85
sendmanyFunction · 0.85
keypoolrefillFunction · 0.85
sethdseedFunction · 0.85
walletprocesspsbtFunction · 0.85
signrawtransactionFunction · 0.85

Calls 1

IsCryptedMethod · 0.80

Tested by

no test coverage detected