mirror of
https://github.com/monero-project/monero.git
synced 2025-10-16 12:10:41 -04:00
Merge pull request #2888
ca18ff64
wallet2: detect spends in txes without a valid public tx key (moneromooo-monero)6afcd8e3
cn_deserialize: print tx extra fields in partly decoded tx extra (moneromooo-monero)
This commit is contained in:
commit
2d1965f31b
2 changed files with 7 additions and 3 deletions
|
@ -986,7 +986,7 @@ void wallet2::process_new_transaction(const crypto::hash &txid, const cryptonote
|
|||
LOG_PRINT_L0("Public key wasn't found in the transaction extra. Skipping transaction " << txid);
|
||||
if(0 != m_callback)
|
||||
m_callback->on_skip_transaction(height, txid, tx);
|
||||
return;
|
||||
break;
|
||||
}
|
||||
|
||||
int num_vouts_received = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue