[#wallet-CWallet-MaybeUpdateBirthTime] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::MaybeUpdateBirthTime :relfileprefix: ../../ :mrdocs: Updates wallet birth time if 'time' is below it == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void MaybeUpdateBirthTime(int64_t time); ---- == Parameters [cols="1,4"] |=== | Name| Description | *time* | Candidate birth time to lower the stored birth time to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#