mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
wallet2: detect spends in txes without a valid public tx key
This commit is contained in:
parent
6afcd8e37d
commit
ca18ff644b
1 changed files with 1 additions and 1 deletions
|
@ -877,7 +877,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);
|
LOG_PRINT_L0("Public key wasn't found in the transaction extra. Skipping transaction " << txid);
|
||||||
if(0 != m_callback)
|
if(0 != m_callback)
|
||||||
m_callback->on_skip_transaction(height, txid, tx);
|
m_callback->on_skip_transaction(height, txid, tx);
|
||||||
return;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
int num_vouts_received = 0;
|
int num_vouts_received = 0;
|
||||||
|
|
Loading…
Reference in a new issue