mirror of
https://github.com/monero-project/monero.git
synced 2026-01-12 04:55:44 -08:00
from hard fork 2, all outputs must be decomposed
The wallet decomposes fully as of now too.
This commit is contained in:
@@ -125,6 +125,12 @@ namespace cryptonote
|
||||
}
|
||||
}
|
||||
|
||||
if (!m_blockchain.check_tx_outputs(tx))
|
||||
{
|
||||
LOG_PRINT_L1("Transaction with id= "<< id << " has at least one invalid outout");
|
||||
tvc.m_verifivation_failed = true;
|
||||
return false;
|
||||
}
|
||||
|
||||
crypto::hash max_used_block_id = null_hash;
|
||||
uint64_t max_used_block_height = 0;
|
||||
|
||||
Reference in New Issue
Block a user