/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/ |
H A D | interfaces.cpp | 326 num_blocks = m_wallet->GetLastBlockHeight(); in tryGetTxStatus() 341 num_blocks = m_wallet->GetLastBlockHeight(); in getWalletTxDetails()
|
H A D | wallet.cpp | 1545 …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 D | wallet.h | 864 int GetLastBlockHeight() const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)
|
H A D | spend.cpp | 584 … txNew.nLockTime = GetLocktimeForNewTransaction(chain(), GetLastBlockHash(), GetLastBlockHeight());
|
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/ |
H A D | interfaces.cpp | 326 num_blocks = m_wallet->GetLastBlockHeight(); in tryGetTxStatus() 341 num_blocks = m_wallet->GetLastBlockHeight(); in getWalletTxDetails()
|
H A D | wallet.cpp | 1545 …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 D | wallet.h | 864 int GetLastBlockHeight() const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) in GetLastBlockHeight() function
|
H A D | spend.cpp | 584 … txNew.nLockTime = GetLocktimeForNewTransaction(chain(), GetLastBlockHash(), GetLastBlockHeight()); in CreateTransactionInternal()
|
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/interfaces/ |
H A D | wallet.cpp | 318 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 D | wallet.cpp | 318 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 D | wallet.cpp | 318 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 D | interfaces.cpp | 326 num_blocks = m_wallet->GetLastBlockHeight(); in tryGetTxStatus() 341 num_blocks = m_wallet->GetLastBlockHeight(); in getWalletTxDetails()
|
H A D | wallet.cpp | 1545 …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 D | wallet.h | 864 int GetLastBlockHeight() const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)
|
H A D | spend.cpp | 584 … txNew.nLockTime = GetLocktimeForNewTransaction(chain(), GetLastBlockHash(), GetLastBlockHeight()); in CreateTransactionInternal()
|
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/test/ |
H A D | wallet_tests.cpp | 502 …wallet->SetLastBlockProcessed(wallet->GetLastBlockHeight() + 1, ::ChainActive().Tip()->GetBlockHas… in AddTx()
|
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/ |
H A D | wallet.cpp | 1727 …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 D | wallet.cpp | 1727 …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 D | wallet.cpp | 1727 …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 D | wallet_tests.cpp | 524 …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 D | wallet_tests.cpp | 524 …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 D | wallet_tests.cpp | 524 …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 D | wallet_tests.cpp | 540 …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 D | wallet_tests.cpp | 540 …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 D | wallet_tests.cpp | 540 …wallet->SetLastBlockProcessed(wallet->GetLastBlockHeight() + 1, ::ChainActive().Tip()->GetBlockHas… in AddTx()
|