Skip to content

Commit a09e4e1

Browse files
j-bermanjeffro256
andcommitted
Update src/cryptonote_core/blockchain.cpp
Co-authored-by: Jeffro <jeffro256@tutanota.com>
1 parent 0e5d775 commit a09e4e1

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
@@ -3841,7 +3841,7 @@ bool Blockchain::check_tx_inputs(transaction& tx,
38413841

38423842
if(have_tx_keyimg_as_spent(in_to_key.k_image))
38433843
{
3844-
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));
3844+
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));
38453845
tvc.m_double_spend = true;
38463846
return false;
38473847
}

0 commit comments

Comments
 (0)