diff --git a/crypto/verificationhelper/verificationhelper.go b/crypto/verificationhelper/verificationhelper.go index 2acdd47f..2c7c05f8 100644 --- a/crypto/verificationhelper/verificationhelper.go +++ b/crypto/verificationhelper/verificationhelper.go @@ -755,9 +755,9 @@ func (vh *VerificationHelper) onVerificationDone(ctx context.Context, txn *verif return } - txn.VerificationState = verificationStateDone txn.ReceivedTheirDone = true if txn.SentOurDone { + txn.VerificationState = verificationStateDone vh.verificationDone(ctx, txn.TransactionID) } }