Home
last modified time | relevance | path

Searched refs:GetLastBlockHeight (Results 1 – 25 of 42) sorted by relevance

12

/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Dinterfaces.cpp326 num_blocks = m_wallet->GetLastBlockHeight(); in tryGetTxStatus()
341 num_blocks = m_wallet->GetLastBlockHeight(); in getWalletTxDetails()
H A Dwallet.cpp1545 …g last %i blocks\n", __func__, start ? WITH_LOCK(cs_wallet, return GetLastBlockHeight()) - start_h…
2304 …max_confirm.block_height = GetLastBlockHeight() > 144 ? GetLastBlockHeight() - 144 : 0; // the tip…
2900 return (pwallet->GetLastBlockHeight() - m_confirm.block_height + 1) * (isConflicted() ? -1 : 1);
H A Dwallet.h864 int GetLastBlockHeight() const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)
H A Dspend.cpp584 … txNew.nLockTime = GetLocktimeForNewTransaction(chain(), GetLastBlockHash(), GetLastBlockHeight());
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Dinterfaces.cpp326 num_blocks = m_wallet->GetLastBlockHeight(); in tryGetTxStatus()
341 num_blocks = m_wallet->GetLastBlockHeight(); in getWalletTxDetails()
H A Dwallet.cpp1545 …g last %i blocks\n", __func__, start ? WITH_LOCK(cs_wallet, return GetLastBlockHeight()) - start_h… in RescanFromTime()
2304 …max_confirm.block_height = GetLastBlockHeight() > 144 ? GetLastBlockHeight() - 144 : 0; // the tip… in GetKeyBirthTimes()
2900 return (pwallet->GetLastBlockHeight() - m_confirm.block_height + 1) * (isConflicted() ? -1 : 1); in GetDepthInMainChain()
H A Dwallet.h864 int GetLastBlockHeight() const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) in GetLastBlockHeight() function
H A Dspend.cpp584 … txNew.nLockTime = GetLocktimeForNewTransaction(chain(), GetLastBlockHash(), GetLastBlockHeight()); in CreateTransactionInternal()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/interfaces/
H A Dwallet.cpp318 num_blocks = m_wallet->GetLastBlockHeight(); in tryGetTxStatus()
333 num_blocks = m_wallet->GetLastBlockHeight(); in getWalletTxDetails()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/interfaces/
H A Dwallet.cpp318 num_blocks = m_wallet->GetLastBlockHeight(); in tryGetTxStatus()
333 num_blocks = m_wallet->GetLastBlockHeight(); in getWalletTxDetails()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/interfaces/
H A Dwallet.cpp318 num_blocks = m_wallet->GetLastBlockHeight(); in tryGetTxStatus()
333 num_blocks = m_wallet->GetLastBlockHeight(); in getWalletTxDetails()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Dinterfaces.cpp326 num_blocks = m_wallet->GetLastBlockHeight(); in tryGetTxStatus()
341 num_blocks = m_wallet->GetLastBlockHeight(); in getWalletTxDetails()
H A Dwallet.cpp1545 …g last %i blocks\n", __func__, start ? WITH_LOCK(cs_wallet, return GetLastBlockHeight()) - start_h…
2304 …max_confirm.block_height = GetLastBlockHeight() > 144 ? GetLastBlockHeight() - 144 : 0; // the tip…
2900 return (pwallet->GetLastBlockHeight() - m_confirm.block_height + 1) * (isConflicted() ? -1 : 1);
H A Dwallet.h864 int GetLastBlockHeight() const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)
H A Dspend.cpp584 … txNew.nLockTime = GetLocktimeForNewTransaction(chain(), GetLastBlockHash(), GetLastBlockHeight()); in CreateTransactionInternal()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/test/
H A Dwallet_tests.cpp502 …wallet->SetLastBlockProcessed(wallet->GetLastBlockHeight() + 1, ::ChainActive().Tip()->GetBlockHas… in AddTx()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwallet.cpp1727 …g last %i blocks\n", __func__, start ? WITH_LOCK(cs_wallet, return GetLastBlockHeight()) - start_h… in RescanFromTime()
2854 … txNew.nLockTime = GetLocktimeForNewTransaction(chain(), GetLastBlockHash(), GetLastBlockHeight()); in CreateTransactionInternal()
3703 …max_confirm.block_height = GetLastBlockHeight() > 144 ? GetLastBlockHeight() - 144 : 0; // the tip… in GetKeyBirthTimes()
4257 return (pwallet->GetLastBlockHeight() - m_confirm.block_height + 1) * (isConflicted() ? -1 : 1); in GetDepthInMainChain()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwallet.cpp1727 …g last %i blocks\n", __func__, start ? WITH_LOCK(cs_wallet, return GetLastBlockHeight()) - start_h… in RescanFromTime()
2854 … txNew.nLockTime = GetLocktimeForNewTransaction(chain(), GetLastBlockHash(), GetLastBlockHeight()); in CreateTransactionInternal()
3703 …max_confirm.block_height = GetLastBlockHeight() > 144 ? GetLastBlockHeight() - 144 : 0; // the tip… in GetKeyBirthTimes()
4257 return (pwallet->GetLastBlockHeight() - m_confirm.block_height + 1) * (isConflicted() ? -1 : 1); in GetDepthInMainChain()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwallet.cpp1727 …g last %i blocks\n", __func__, start ? WITH_LOCK(cs_wallet, return GetLastBlockHeight()) - start_h… in RescanFromTime()
2854 … txNew.nLockTime = GetLocktimeForNewTransaction(chain(), GetLastBlockHash(), GetLastBlockHeight()); in CreateTransactionInternal()
3703 …max_confirm.block_height = GetLastBlockHeight() > 144 ? GetLastBlockHeight() - 144 : 0; // the tip… in GetKeyBirthTimes()
4257 return (pwallet->GetLastBlockHeight() - m_confirm.block_height + 1) * (isConflicted() ? -1 : 1); in GetDepthInMainChain()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/test/
H A Dwallet_tests.cpp524 …wallet->SetLastBlockProcessed(wallet->GetLastBlockHeight() + 1, m_node.chainman->ActiveChain().Tip… in AddTx()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/test/
H A Dwallet_tests.cpp524 …wallet->SetLastBlockProcessed(wallet->GetLastBlockHeight() + 1, m_node.chainman->ActiveChain().Tip… in AddTx()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/test/
H A Dwallet_tests.cpp524 …wallet->SetLastBlockProcessed(wallet->GetLastBlockHeight() + 1, m_node.chainman->ActiveChain().Tip… in AddTx()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/test/
H A Dwallet_tests.cpp540 …wallet->SetLastBlockProcessed(wallet->GetLastBlockHeight() + 1, ::ChainActive().Tip()->GetBlockHas… in AddTx()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/test/
H A Dwallet_tests.cpp540 …wallet->SetLastBlockProcessed(wallet->GetLastBlockHeight() + 1, ::ChainActive().Tip()->GetBlockHas… in AddTx()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/test/
H A Dwallet_tests.cpp540 …wallet->SetLastBlockProcessed(wallet->GetLastBlockHeight() + 1, ::ChainActive().Tip()->GetBlockHas… in AddTx()

12