From 19ba4562a1b2d95ac513bda401d59e5ac73fe360 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Fri, 10 Jul 2026 21:13:10 +0800 Subject: [PATCH] =?UTF-8?q?docs(=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fca00c..460245b 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ func main() { } valid := true for _, report := range reports { - if report.Valid { + if report.IntegrityValid() { log.Printf("签名%s验证通过", report.ID) continue }