Skip to content

Commit 00927dc

Browse files
j-bermanjeffro256
andauthored
Update src/cryptonote_core/blockchain.cpp
Co-authored-by: Jeffro <jeffro256@tutanota.com>
1 parent 2d48637 commit 00927dc

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
@@ -3759,7 +3759,7 @@ bool Blockchain::check_tx_inputs(transaction& tx, tx_verification_context &tvc,
37593759

37603760
if(have_tx_keyimg_as_spent(in_to_key.k_image))
37613761
{
3762-
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));
3762+
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));
37633763
tvc.m_double_spend = true;
37643764
return false;
37653765
}

0 commit comments

Comments
 (0)