Home
last modified time | relevance | path

Searched refs:oneTxid (Results 1 – 10 of 10) sorted by relevance

/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/rpc/
H A Drawtransaction.cpp246 uint256 oneTxid; in gettxoutproof() local
256 oneTxid = hash; in gettxoutproof()
272 …if (pcoinsTip->GetCoins(oneTxid, coins) && coins.nHeight > 0 && coins.nHeight <= chainActive.Heigh… in gettxoutproof()
279 … if (!GetTransaction(oneTxid, tx, Params().GetConsensus(), hashBlock, false) || hashBlock.IsNull()) in gettxoutproof()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/rpc/
H A Drawtransaction.cpp246 uint256 oneTxid; in gettxoutproof() local
256 oneTxid = hash; in gettxoutproof()
272 …if (pcoinsTip->GetCoins(oneTxid, coins) && coins.nHeight > 0 && coins.nHeight <= chainActive.Heigh… in gettxoutproof()
279 … if (!GetTransaction(oneTxid, tx, Params().GetConsensus(), hashBlock, false) || hashBlock.IsNull()) in gettxoutproof()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/rpc/
H A Drawtransaction.cpp246 uint256 oneTxid; in gettxoutproof() local
256 oneTxid = hash; in gettxoutproof()
272 …if (pcoinsTip->GetCoins(oneTxid, coins) && coins.nHeight > 0 && coins.nHeight <= chainActive.Heigh… in gettxoutproof()
279 … if (!GetTransaction(oneTxid, tx, Params().GetConsensus(), hashBlock, false) || hashBlock.IsNull()) in gettxoutproof()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/rpc/
H A Drawtransaction.cpp247 uint256 oneTxid; in gettxoutproof() local
256 oneTxid = hash; in gettxoutproof()
290 …ef tx = GetTransaction(/* block_index */ nullptr, /* mempool */ nullptr, oneTxid, Params().GetCons… in gettxoutproof()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/rpc/
H A Drawtransaction.cpp247 uint256 oneTxid; in gettxoutproof() local
256 oneTxid = hash; in gettxoutproof()
290 …ef tx = GetTransaction(/* block_index */ nullptr, /* mempool */ nullptr, oneTxid, Params().GetCons… in gettxoutproof()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/rpc/
H A Drawtransaction.cpp247 uint256 oneTxid; in gettxoutproof() local
256 oneTxid = hash; in gettxoutproof()
290 …ef tx = GetTransaction(/* block_index */ nullptr, /* mempool */ nullptr, oneTxid, Params().GetCons… in gettxoutproof()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/rpc/
H A Drawtransaction.cpp241 uint256 oneTxid; in gettxoutproof() local
249 oneTxid = hash; in gettxoutproof()
285 if (!GetTransaction(oneTxid, tx, Params().GetConsensus(), hashBlock) || hashBlock.IsNull()) in gettxoutproof()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/rpc/
H A Drawtransaction.cpp241 uint256 oneTxid; in gettxoutproof() local
249 oneTxid = hash; in gettxoutproof()
285 if (!GetTransaction(oneTxid, tx, Params().GetConsensus(), hashBlock) || hashBlock.IsNull()) in gettxoutproof()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/rpc/
H A Drawtransaction.cpp241 uint256 oneTxid; in gettxoutproof() local
249 oneTxid = hash; in gettxoutproof()
285 if (!GetTransaction(oneTxid, tx, Params().GetConsensus(), hashBlock) || hashBlock.IsNull()) in gettxoutproof()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/rpc/
H A Drawtransaction.cpp421 uint256 oneTxid; in gettxoutproof() local
429 oneTxid = hash; in gettxoutproof()
465 if (!GetTransaction(oneTxid, tx, Params().GetConsensus(), hashBlock) || hashBlock.IsNull()) in gettxoutproof()