Home
last modified time | relevance | path

Searched refs:AlreadyHaveBlock (Results 1 – 9 of 9) sorted by relevance

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/test/unittests/libethereum/
H A DBlockChain.cpp308 …BOOST_CHECK_EXCEPTION(bcRef.insert(block.bytes(), block.receipts()), AlreadyHaveBlock, is_critical… in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libethereum/
H A DBlockChain.cpp531 catch (dev::eth::AlreadyHaveBlock const&) in sync()
578 catch (AlreadyHaveBlock&) in attemptImport()
811 BOOST_THROW_EXCEPTION(AlreadyHaveBlock() << errinfo_block(_block.block.toBytes())); in checkBlockIsNew()
H A DBlockChain.h51 DEV_SIMPLE_EXCEPTION(AlreadyHaveBlock);
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/
H A Dnet_processing.cpp563 bool AlreadyHaveBlock(const uint256& block_hash) EXCLUSIVE_LOCKS_REQUIRED(cs_main);
1625 bool PeerManagerImpl::AlreadyHaveBlock(const uint256& block_hash) in AlreadyHaveBlock() function in PeerManagerImpl
2908 const bool fAlreadyHave = AlreadyHaveBlock(inv.hash); in ProcessMessage()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/
H A Dnet_processing.cpp563 bool AlreadyHaveBlock(const uint256& block_hash) EXCLUSIVE_LOCKS_REQUIRED(cs_main);
1625 bool PeerManagerImpl::AlreadyHaveBlock(const uint256& block_hash) in AlreadyHaveBlock() function in PeerManagerImpl
2908 const bool fAlreadyHave = AlreadyHaveBlock(inv.hash); in ProcessMessage()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/
H A Dnet_processing.cpp563 bool AlreadyHaveBlock(const uint256& block_hash) EXCLUSIVE_LOCKS_REQUIRED(cs_main);
1625 bool PeerManagerImpl::AlreadyHaveBlock(const uint256& block_hash) in AlreadyHaveBlock() function in PeerManagerImpl
2908 const bool fAlreadyHave = AlreadyHaveBlock(inv.hash); in ProcessMessage()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/
H A Dnet_processing.cpp1444 bool static AlreadyHaveBlock(const uint256& block_hash) EXCLUSIVE_LOCKS_REQUIRED(cs_main) in AlreadyHaveBlock() function
2726 const bool fAlreadyHave = AlreadyHaveBlock(inv.hash); in ProcessMessage()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/
H A Dnet_processing.cpp1444 bool static AlreadyHaveBlock(const uint256& block_hash) EXCLUSIVE_LOCKS_REQUIRED(cs_main) in AlreadyHaveBlock() function
2726 const bool fAlreadyHave = AlreadyHaveBlock(inv.hash); in ProcessMessage()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/
H A Dnet_processing.cpp1444 bool static AlreadyHaveBlock(const uint256& block_hash) EXCLUSIVE_LOCKS_REQUIRED(cs_main) in AlreadyHaveBlock() function
2726 const bool fAlreadyHave = AlreadyHaveBlock(inv.hash); in ProcessMessage()