MCPcopy Create free account
hub / github.com/LUX-Core/lux / HelpRequiringPassphrase

Function HelpRequiringPassphrase

src/rpcwallet.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 11

sendtoaddressFunction · 0.85
sendtoaddressixFunction · 0.85
signmessageFunction · 0.85
sendfromFunction · 0.85
sendmanyFunction · 0.85
keypoolrefillFunction · 0.85
createcontractFunction · 0.85
sendtocontractFunction · 0.85
sporkFunction · 0.85
signrawtransactionFunction · 0.85
darksendFunction · 0.85

Calls 1

IsCryptedMethod · 0.45

Tested by

no test coverage detected