[#wallet-CWallet-BlockUntilSyncedToCurrentChain] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::BlockUntilSyncedToCurrentChain :relfileprefix: ../../ :mrdocs: Blocks until the wallet state is up‐to‐date to /at least/ the current chain at the time this function is entered Obviously holding cs_main/cs_wallet when going into this call may cause deadlock == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[locks_excluded(0x7f2e1e599d38), requires_capability(0x7f2e1e599ed8), locks_excluded(0x7f2e11aaaaf8), requires_capability(0x7f2e11aaac98), locks_excluded(0x7f2e16a008e8), requires_capability(0x7f2e16a00a88), locks_excluded(0x7f2e15f2fd88), requires_capability(0x7f2e15f2ff28), locks_excluded(0x7f2e12c6ea18), requires_capability(0x7f2e12c6ebb8)]] void BlockUntilSyncedToCurrentChain() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#