Fix coin misbehave
Signed-off-by: Anthony Fieroni <bvbfan@abv.bg>
This commit is contained in:
parent
62790d3b9c
commit
70f8c25bb7
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ BOOST_AUTO_TEST_CASE(updatecoins_simulation_test)
|
|||
auto utxod = FindRandomFrom(utxoset);
|
||||
|
||||
CTransaction &tx = std::get<0>(utxod->second);
|
||||
CTxUndo &undo = std::get<1>(utxod->second);
|
||||
CTxUndo undo = std::get<1>(utxod->second);
|
||||
Coin &orig_coin = std::get<2>(utxod->second);
|
||||
|
||||
// Update the expected result
|
||||
|
|
Loading…
Add table
Reference in a new issue