mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Refactors in anticipation of blinded values
This commit is contained in:
parent
3e00c9084c
commit
3ad6bbe651
27 changed files with 208 additions and 85 deletions
|
|
@ -45,7 +45,7 @@ BOOST_FIXTURE_TEST_CASE(tx_mempool_block_doublespend, TestChain100Setup)
|
|||
spends[i].vout.resize(1);
|
||||
spends[i].vout[0].nValue = 11*CENT;
|
||||
spends[i].vout[0].scriptPubKey = scriptPubKey;
|
||||
spends[i].nTxFee = coinbaseTxns[0].vout[0].nValue - 11*CENT;
|
||||
spends[i].nTxFee = coinbaseTxns[0].vout[0].nValue.GetAmount() - 11*CENT;
|
||||
|
||||
// Sign:
|
||||
std::vector<unsigned char> vchSig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue