Home
last modified time | relevance | path

Searched refs:hashParentTx (Results 1 – 14 of 14) sorted by relevance

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/test/qtumtests/
H A Dqtumtxconverter_tests.cpp52 uint256 hashParentTx = tx1.GetHash(); // save this txid for later use in runTest() local
66 tx2 = createTX(outs2, hashParentTx); in runTest()
86 uint256 hashParentTx = tx1.GetHash(); // save this txid for later use in runFailingTest() local
100 tx2 = createTX(outs2, hashParentTx); in runFailingTest()
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/test/
H A Dminer_tests.cpp93 uint256 hashParentTx = tx.GetHash(); // save this txid for later use in TestPackageSelection() local
94 …mempool.addUnchecked(hashParentTx, entry.Fee(1000).Time(GetTime()).SpendsCoinbase(true).FromTx(tx)… in TestPackageSelection()
103 tx.vin[0].prevout.hash = hashParentTx; in TestPackageSelection()
109 BOOST_CHECK(pblocktemplate->block.vtx[1].GetHash() == hashParentTx); in TestPackageSelection()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/test/
H A Dminer_tests.cpp93 uint256 hashParentTx = tx.GetHash(); // save this txid for later use in TestPackageSelection() local
94 …mempool.addUnchecked(hashParentTx, entry.Fee(1000).Time(GetTime()).SpendsCoinbase(true).FromTx(tx)… in TestPackageSelection()
103 tx.vin[0].prevout.hash = hashParentTx; in TestPackageSelection()
109 BOOST_CHECK(pblocktemplate->block.vtx[1].GetHash() == hashParentTx); in TestPackageSelection()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/test/
H A Dminer_tests.cpp93 uint256 hashParentTx = tx.GetHash(); // save this txid for later use in TestPackageSelection() local
94 …mempool.addUnchecked(hashParentTx, entry.Fee(1000).Time(GetTime()).SpendsCoinbase(true).FromTx(tx)… in TestPackageSelection()
103 tx.vin[0].prevout.hash = hashParentTx; in TestPackageSelection()
109 BOOST_CHECK(pblocktemplate->block.vtx[1].GetHash() == hashParentTx); in TestPackageSelection()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/test/
H A Dminer_tests.cpp117 uint256 hashParentTx = tx.GetHash(); // save this txid for later use in TestPackageSelection() local
127 tx.vin[0].prevout.hash = hashParentTx; in TestPackageSelection()
133 BOOST_CHECK(pblocktemplate->block.vtx[1]->GetHash() == hashParentTx); in TestPackageSelection()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/test/
H A Dminer_tests.cpp117 uint256 hashParentTx = tx.GetHash(); // save this txid for later use in TestPackageSelection() local
127 tx.vin[0].prevout.hash = hashParentTx; in TestPackageSelection()
133 BOOST_CHECK(pblocktemplate->block.vtx[1]->GetHash() == hashParentTx); in TestPackageSelection()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/test/
H A Dminer_tests.cpp110 uint256 hashParentTx = tx.GetHash(); // save this txid for later use in TestPackageSelection() local
120 tx.vin[0].prevout.hash = hashParentTx; in TestPackageSelection()
126 BOOST_CHECK(pblocktemplate->block.vtx[1]->GetHash() == hashParentTx); in TestPackageSelection()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/test/
H A Dminer_tests.cpp110 uint256 hashParentTx = tx.GetHash(); // save this txid for later use in TestPackageSelection() local
120 tx.vin[0].prevout.hash = hashParentTx; in TestPackageSelection()
126 BOOST_CHECK(pblocktemplate->block.vtx[1]->GetHash() == hashParentTx); in TestPackageSelection()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/test/
H A Dminer_tests.cpp110 uint256 hashParentTx = tx.GetHash(); // save this txid for later use in TestPackageSelection() local
120 tx.vin[0].prevout.hash = hashParentTx; in TestPackageSelection()
126 BOOST_CHECK(pblocktemplate->block.vtx[1]->GetHash() == hashParentTx); in TestPackageSelection()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/test/
H A Dminer_tests.cpp117 uint256 hashParentTx = tx.GetHash(); // save this txid for later use in TestPackageSelection() local
127 tx.vin[0].prevout.hash = hashParentTx; in TestPackageSelection()
133 BOOST_CHECK(pblocktemplate->block.vtx[1]->GetHash() == hashParentTx); in TestPackageSelection()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/
H A Dminer_tests.cpp111 uint256 hashParentTx = tx.GetHash(); // save this txid for later use in TestPackageSelection() local
121 tx.vin[0].prevout.hash = hashParentTx; in TestPackageSelection()
128 BOOST_CHECK(pblocktemplate->block.vtx[1]->GetHash() == hashParentTx); in TestPackageSelection()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/test/
H A Dminer_tests.cpp111 uint256 hashParentTx = tx.GetHash(); // save this txid for later use in TestPackageSelection() local
121 tx.vin[0].prevout.hash = hashParentTx; in TestPackageSelection()
128 BOOST_CHECK(pblocktemplate->block.vtx[1]->GetHash() == hashParentTx); in TestPackageSelection()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/test/
H A Dminer_tests.cpp111 uint256 hashParentTx = tx.GetHash(); // save this txid for later use in TestPackageSelection() local
121 tx.vin[0].prevout.hash = hashParentTx; in TestPackageSelection()
128 BOOST_CHECK(pblocktemplate->block.vtx[1]->GetHash() == hashParentTx); in TestPackageSelection()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/test/
H A Dminer_tests.cpp231 uint256 hashParentTx = tx.GetHash(); // save this txid for later use in TestPackageSelection() local
241 tx.vin[0].prevout.hash = hashParentTx; in TestPackageSelection()
247 BOOST_CHECK(pblocktemplate->block.vtx[1]->GetHash() == hashParentTx); in TestPackageSelection()