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

Method GetID

src/wallet/scriptpubkeyman.cpp:704–707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

702}
703
704uint256 LegacyScriptPubKeyMan::GetID() const
705{
706 return uint256::ONE;
707}
708
709/**
710 * Update wallet first key creation time. This should be called whenever keys

Callers 15

HaveKeysFunction · 0.45
IsMineInnerFunction · 0.45
CheckDecryptionKeyMethod · 0.45
UpgradeKeyMetadataMethod · 0.45
AddKeyPubKeyWithDBMethod · 0.45
AddCryptedKeyInnerMethod · 0.45
AddCryptedKeyMethod · 0.45
RemoveWatchOnlyMethod · 0.45
AddWatchOnlyInMemMethod · 0.45
GenerateNewKeyMethod · 0.45
DeriveNewChildKeyMethod · 0.45
LoadKeyPoolMethod · 0.45

Calls 7

CSHA256Class · 0.85
ToStringMethod · 0.45
FinalizeMethod · 0.45
WriteMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45

Tested by 10

BOOST_FIXTURE_TEST_CASEFunction · 0.36
TestWatchOnlyPubKeyFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
FUZZ_TARGET_INITFunction · 0.36
FUZZ_TARGET_INITFunction · 0.36
FUZZ_TARGET_INITFunction · 0.36