Searched refs:coinIn (Results 1 – 4 of 4) sorted by relevance
103 Coin coinIn; in CheckNameTransaction() local122 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()
277 Coin coinIn; in CheckBlockInputPubKeyMatchesOutputPubKey() local278 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()