MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / GetWalletFlags

Method GetWalletFlags

src/wallet/wallet.cpp:1813–1816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1811}
1812
1813uint64_t CWallet::GetWalletFlags() const
1814{
1815 return m_wallet_flags;
1816}
1817
1818void CWallet::MaybeUpdateBirthTime(int64_t time)
1819{

Callers 2

ExportWatchOnlyWalletFunction · 0.80
getwalletinfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected