From 46e4750940d26bc475976deeba615f4b4364286b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?rich=CE=9Brd?= Date: Tue, 7 Jan 2025 09:03:33 -0400 Subject: [PATCH] fix: code review Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> --- .../requests/protocols/relay_request.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/waku_thread/inter_thread_communication/requests/protocols/relay_request.nim b/library/waku_thread/inter_thread_communication/requests/protocols/relay_request.nim index 130e203a4f..126dc65d22 100644 --- a/library/waku_thread/inter_thread_communication/requests/protocols/relay_request.nim +++ b/library/waku_thread/inter_thread_communication/requests/protocols/relay_request.nim @@ -141,5 +141,5 @@ proc process*( @[protectedShard], uint16(self.clusterId) ) except ValueError: - return err(getCurrentExceptionMsg()) + return err("ADD_PROTECTED_SHARD exception: " & getCurrentExceptionMsg()) return ok("")