1
0
Fork 0
forked from lthn/blockchain

typo fixed

This commit is contained in:
sowle 2022-11-17 23:01:37 +01:00
parent 57acf4013d
commit 917437b31e
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -273,7 +273,7 @@ public:
if (m_unverifiable_tx_index == event_idx)
{
CHECK_AND_ASSERT_MES(tvc.m_verification_failed, false, ENDL << "event #" << event_idx << ": the tx passed normally, although it had been marked as unverifiable" << ENDL);
CHECK_AND_ASSERT_MES(tvc.m_verification_impossible, false, ENDL << "event #" << event_idx << ": the tx passed normally, although it had been marked as unverifiable" << ENDL);
return tvc.m_verification_impossible;
}