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

Method SetNull

src/wallet/walletdb.h:165–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 }
164
165 void SetNull()
166 {
167 nVersion = CKeyMetadata::CURRENT_VERSION;
168 nCreateTime = 0;
169 hdKeypath.clear();
170 hd_seed_id.SetNull();
171 key_origin.clear();
172 has_key_origin = false;
173 }
174};
175
176/** Access to the wallet database.

Callers

nothing calls this directly

Calls 2

clearMethod · 0.45
SetNullMethod · 0.45

Tested by

no test coverage detected