pulled in a few minor keepers from the other rebase branch
This commit is contained in:
parent
9ad7b0c90f
commit
e7d7d0861b
16 changed files with 37 additions and 212 deletions
src/test
|
@ -297,8 +297,8 @@ struct ClaimTrieChainFixture
|
|||
|
||||
CTransaction GetCoinbase()
|
||||
{
|
||||
assert(static_cast<size_t>(coinbase_txs_used + 1) < coinbase_txs.size());
|
||||
return coinbase_txs[coinbase_txs_used++];
|
||||
auto tx = coinbase_txs.at(coinbase_txs_used++);
|
||||
return tx;
|
||||
}
|
||||
|
||||
//create i blocks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue