From 69be18812f277e66041984ad0fd81c998a2d8c86 Mon Sep 17 00:00:00 2001 From: Ethan Reesor Date: Fri, 10 May 2024 13:52:19 -0500 Subject: [PATCH] Oops --- pkg/errors/enums_gen.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/errors/enums_gen.go b/pkg/errors/enums_gen.go index ad38165c9..c4d4e81a8 100644 --- a/pkg/errors/enums_gen.go +++ b/pkg/errors/enums_gen.go @@ -1,4 +1,4 @@ -// Copyright 2023 The Accumulate Authors +// Copyright 2024 The Accumulate Authors // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file or at @@ -98,7 +98,7 @@ const PeerMisbehaved Status = 507 // InvalidRecord means the database has one or more invalid records. const InvalidRecord Status = 508 -// StreamAborted is equivalent to [io.UnexpectedEOF]. +// StreamAborted is equivalent to [io.ErrUnexpectedEOF]. const StreamAborted Status = 509 // GetEnumValue returns the value of the Status