Home
last modified time | relevance | path

Searched refs:HIGHERFEE (Results 1 – 13 of 13) sorted by relevance

/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/test/
H A Dminer_tests.cpp264 const CAmount HIGHERFEE = 4*COIN; in BOOST_AUTO_TEST_CASE() local
338 …tx.vout[0].nValue = tx.vout[0].nValue+BLOCKSUBSIDY-HIGHERFEE; //First txn output + fresh coinbase … in BOOST_AUTO_TEST_CASE()
340 mempool.addUnchecked(entry.Fee(HIGHERFEE).Time(GetTime()).SpendsCoinbase(true).FromTx(tx)); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/test/
H A Dminer_tests.cpp264 const CAmount HIGHERFEE = 4*COIN; in BOOST_AUTO_TEST_CASE() local
338 …tx.vout[0].nValue = tx.vout[0].nValue+BLOCKSUBSIDY-HIGHERFEE; //First txn output + fresh coinbase … in BOOST_AUTO_TEST_CASE()
340 mempool.addUnchecked(entry.Fee(HIGHERFEE).Time(GetTime()).SpendsCoinbase(true).FromTx(tx)); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/test/
H A Dminer_tests.cpp239 const CAmount HIGHERFEE = 4*COIN; in BOOST_AUTO_TEST_CASE() local
314 …tx.vout[0].nValue = tx.vout[0].nValue+BLOCKSUBSIDY-HIGHERFEE; //First txn output + fresh coinbase … in BOOST_AUTO_TEST_CASE()
316 … mempool.addUnchecked(hash, entry.Fee(HIGHERFEE).Time(GetTime()).SpendsCoinbase(true).FromTx(tx)); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/test/
H A Dminer_tests.cpp258 const CAmount HIGHERFEE = 4*COIN; in BOOST_AUTO_TEST_CASE() local
332 …tx.vout[0].nValue = tx.vout[0].nValue+BLOCKSUBSIDY-HIGHERFEE; //First txn output + fresh coinbase … in BOOST_AUTO_TEST_CASE()
334 …m_node.mempool->addUnchecked(entry.Fee(HIGHERFEE).Time(GetTime()).SpendsCoinbase(true).FromTx(tx)); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/test/
H A Dminer_tests.cpp239 const CAmount HIGHERFEE = 4*COIN; in BOOST_AUTO_TEST_CASE() local
314 …tx.vout[0].nValue = tx.vout[0].nValue+BLOCKSUBSIDY-HIGHERFEE; //First txn output + fresh coinbase … in BOOST_AUTO_TEST_CASE()
316 … mempool.addUnchecked(hash, entry.Fee(HIGHERFEE).Time(GetTime()).SpendsCoinbase(true).FromTx(tx)); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/test/
H A Dminer_tests.cpp258 const CAmount HIGHERFEE = 4*COIN; in BOOST_AUTO_TEST_CASE() local
332 …tx.vout[0].nValue = tx.vout[0].nValue+BLOCKSUBSIDY-HIGHERFEE; //First txn output + fresh coinbase … in BOOST_AUTO_TEST_CASE()
334 …m_node.mempool->addUnchecked(entry.Fee(HIGHERFEE).Time(GetTime()).SpendsCoinbase(true).FromTx(tx)); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/test/
H A Dminer_tests.cpp239 const CAmount HIGHERFEE = 4*COIN; in BOOST_AUTO_TEST_CASE() local
314 …tx.vout[0].nValue = tx.vout[0].nValue+BLOCKSUBSIDY-HIGHERFEE; //First txn output + fresh coinbase … in BOOST_AUTO_TEST_CASE()
316 … mempool.addUnchecked(hash, entry.Fee(HIGHERFEE).Time(GetTime()).SpendsCoinbase(true).FromTx(tx)); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/test/
H A Dminer_tests.cpp258 const CAmount HIGHERFEE = 4*COIN; in BOOST_AUTO_TEST_CASE() local
332 …tx.vout[0].nValue = tx.vout[0].nValue+BLOCKSUBSIDY-HIGHERFEE; //First txn output + fresh coinbase … in BOOST_AUTO_TEST_CASE()
334 …m_node.mempool->addUnchecked(entry.Fee(HIGHERFEE).Time(GetTime()).SpendsCoinbase(true).FromTx(tx)); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/test/
H A Dminer_tests.cpp264 const CAmount HIGHERFEE = 4*COIN; in BOOST_AUTO_TEST_CASE() local
338 …tx.vout[0].nValue = tx.vout[0].nValue+BLOCKSUBSIDY-HIGHERFEE; //First txn output + fresh coinbase … in BOOST_AUTO_TEST_CASE()
340 mempool.addUnchecked(entry.Fee(HIGHERFEE).Time(GetTime()).SpendsCoinbase(true).FromTx(tx)); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/
H A Dminer_tests.cpp261 const CAmount HIGHERFEE = 4*COIN; in BOOST_AUTO_TEST_CASE() local
335 …tx.vout[0].nValue = tx.vout[0].nValue+BLOCKSUBSIDY-HIGHERFEE; //First txn output + fresh coinbase … in BOOST_AUTO_TEST_CASE()
337 …m_node.mempool->addUnchecked(entry.Fee(HIGHERFEE).Time(GetTime()).SpendsCoinbase(true).FromTx(tx)); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/test/
H A Dminer_tests.cpp261 const CAmount HIGHERFEE = 4*COIN; in BOOST_AUTO_TEST_CASE() local
335 …tx.vout[0].nValue = tx.vout[0].nValue+BLOCKSUBSIDY-HIGHERFEE; //First txn output + fresh coinbase … in BOOST_AUTO_TEST_CASE()
337 …m_node.mempool->addUnchecked(entry.Fee(HIGHERFEE).Time(GetTime()).SpendsCoinbase(true).FromTx(tx)); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/test/
H A Dminer_tests.cpp261 const CAmount HIGHERFEE = 4*COIN; in BOOST_AUTO_TEST_CASE() local
335 …tx.vout[0].nValue = tx.vout[0].nValue+BLOCKSUBSIDY-HIGHERFEE; //First txn output + fresh coinbase … in BOOST_AUTO_TEST_CASE()
337 …m_node.mempool->addUnchecked(entry.Fee(HIGHERFEE).Time(GetTime()).SpendsCoinbase(true).FromTx(tx)); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/test/
H A Dminer_tests.cpp388 const CAmount HIGHERFEE = 4*COIN; in BOOST_AUTO_TEST_CASE() local
462 …tx.vout[0].nValue = tx.vout[0].nValue+BLOCKSUBSIDY-HIGHERFEE; //First txn output + fresh coinbase … in BOOST_AUTO_TEST_CASE()
464 …m_node.mempool->addUnchecked(entry.Fee(HIGHERFEE).Time(GetTime()).SpendsCoinbase(true).FromTx(tx)); in BOOST_AUTO_TEST_CASE()