From 59b737554b04c5a086b93467dc2e3506d8ec8715 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Wed, 10 Aug 2022 10:32:34 -0400 Subject: [PATCH] test --- p2p/errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2p/errors.go b/p2p/errors.go index 3650a7a0a..c3739aed7 100644 --- a/p2p/errors.go +++ b/p2p/errors.go @@ -132,7 +132,7 @@ type ErrSwitchAuthenticationFailure struct { func (e ErrSwitchAuthenticationFailure) Error() string { return fmt.Sprintf( - "failed to authenticate peer. Dialed %v, but got peer with ID %s", + "failed to authenticate beep peer. Dialed %v, but got peer with ID %s", e.Dialed, e.Got, )