Return wallet name for use in logs, will return "default wallet" if the wallet has no name.
Synopsis
Declared in <wallet/wallet.h>
virtual
std::string
LogName() const override;
Return Value
The wallet name, or "default wallet" when unnamed.
Created with MrDocs