docs re-org, audit fixes, build fixes
This commit is contained in:
@@ -74,6 +74,7 @@ internal sealed class ReplayVerificationService : IReplayVerificationService
|
||||
ExpectedHash = request.ReplayHash,
|
||||
ComputedHash = string.Empty,
|
||||
Status = ReplayVerificationStatus.InputsNotFound,
|
||||
VerifiedAt = _clock.UtcNow,
|
||||
Error = "Unable to determine verification inputs. Provide explicit inputs or ensure hash is stored."
|
||||
};
|
||||
}
|
||||
@@ -119,6 +120,7 @@ internal sealed class ReplayVerificationService : IReplayVerificationService
|
||||
ExpectedHash = request.ReplayHash,
|
||||
ComputedHash = string.Empty,
|
||||
Status = ReplayVerificationStatus.Error,
|
||||
VerifiedAt = _clock.UtcNow,
|
||||
Error = ex.Message
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user