MCPcopy Create free account
hub / github.com/ElementsProject/elements / WalletLogPrintf

Method WalletLogPrintf

src/wallet/wallet.h:872–874  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

870 /** Prepends the wallet name in logging output to ease debugging in multi-wallet use cases */
871 template<typename... Params>
872 void WalletLogPrintf(std::string fmt, Params... parameters) const {
873 LogPrintf(("%s " + fmt).c_str(), GetDisplayName(), parameters...);
874 };
875
876 /** Upgrade the wallet */
877 bool UpgradeWallet(int version, bilingual_str& error);

Callers 11

WalletToolReleaseWalletFunction · 0.45
fillBlindDetailsFunction · 0.45
spend.cppFile · 0.45
ReleaseWalletFunction · 0.45
CreateMethod · 0.45
AttachChainMethod · 0.45
LoadWalletMethod · 0.45
WalletToolReleaseWalletFunction · 0.45
CachedTxGetAmountsFunction · 0.45
importwalletFunction · 0.45
listunspentFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected