wallet::LegacySigningProvider::HaveKey

Always returns false, since this provider never exposes private keys.

Synopsis

Declared in <wallet/scriptpubkeyman.h>

virtual
bool
HaveKey(CKeyID const& address) const override;

Return Value

false always.

Parameters

NameDescription
addressThe key id to look up.