fix: ringct tx are correctly decoded

pull/2/head
moneroexamples 7 years ago
parent 5c4bbd0d44
commit 421d9ddb68

@ -241,11 +241,9 @@ TxSearch::search()
throw TxSearchException("Cant decode ringCT!");
}
rct_amount = amount;
amount = rct_amount;
}
amount = rct_amount;
} // if (mine_output && tx.version == 2)
if (mine_output)

Loading…
Cancel
Save