Skip to content

Commit 3aaa895

Browse files
j-bermanjeffro256
andcommitted
Update src/cryptonote_core/blockchain.cpp
Co-authored-by: Jeffro <jeffro256@tutanota.com>
1 parent 4318c8e commit 3aaa895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cryptonote_core/blockchain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3855,7 +3855,7 @@ bool Blockchain::check_tx_inputs(transaction& tx,
38553855

38563856
if(have_tx_keyimg_as_spent(in_to_key.k_image))
38573857
{
3858-
MERROR_VER("Key image already spent in blockchain: " << epee::string_tools::pod_to_hex(in_to_key.k_image) << " of tx " << get_transaction_hash(tx));
3858+
MERROR_VER("Transaction " << get_transaction_hash(tx) << "spends key image already spent in blockchain: " << epee::string_tools::pod_to_hex(in_to_key.k_image));
38593859
tvc.m_double_spend = true;
38603860
return false;
38613861
}

0 commit comments

Comments
 (0)