Home
last modified time | relevance | path

Searched refs:coinIn (Results 1 – 4 of 4) sorted by relevance

/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/names/
H A Dmain.cpp103 Coin coinIn; in CheckNameTransaction() local
122 coinIn = coin; in CheckNameTransaction()
229 const unsigned inHeight = coinIn.nHeight; in CheckNameTransaction()
260 assert (static_cast<unsigned> (coinIn.nHeight) != MEMPOOL_HEIGHT); in CheckNameTransaction()
261 if (coinIn.nHeight + MIN_FIRSTUPDATE_DEPTH > nHeight) in CheckNameTransaction()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/names/
H A Dmain.cpp103 Coin coinIn; in CheckNameTransaction() local
122 coinIn = coin; in CheckNameTransaction()
229 const unsigned inHeight = coinIn.nHeight; in CheckNameTransaction()
260 assert (static_cast<unsigned> (coinIn.nHeight) != MEMPOOL_HEIGHT); in CheckNameTransaction()
261 if (coinIn.nHeight + MIN_FIRSTUPDATE_DEPTH > nHeight) in CheckNameTransaction()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/names/
H A Dmain.cpp103 Coin coinIn; in CheckNameTransaction() local
122 coinIn = coin; in CheckNameTransaction()
229 const unsigned inHeight = coinIn.nHeight; in CheckNameTransaction()
260 assert (static_cast<unsigned> (coinIn.nHeight) != MEMPOOL_HEIGHT); in CheckNameTransaction()
261 if (coinIn.nHeight + MIN_FIRSTUPDATE_DEPTH > nHeight) in CheckNameTransaction()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A Dpos.cpp277 Coin coinIn; in CheckBlockInputPubKeyMatchesOutputPubKey() local
278 if(!view.GetCoin(block.prevoutStake, coinIn)) { in CheckBlockInputPubKeyMatchesOutputPubKey()
293 if(coinIn.out.scriptPubKey == txout.scriptPubKey) { in CheckBlockInputPubKeyMatchesOutputPubKey()
300 if(!ExtractDestination(coinIn.out.scriptPubKey, inputAddress, &inputTxType)) { in CheckBlockInputPubKeyMatchesOutputPubKey()