From 5f1de72fc66c7567f8c7d927923000dfafd383a6 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Fri, 5 Jun 2020 12:40:19 -0400 Subject: [PATCH] changed bytes channel_hash to Output channel in result.proto Blocked message --- v2/proto/result.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/proto/result.proto b/v2/proto/result.proto index a0acec3..8bc840a 100644 --- a/v2/proto/result.proto +++ b/v2/proto/result.proto @@ -56,5 +56,5 @@ message Error { message Blocked { uint32 count = 1; - bytes channel_hash = 2; + Output channel = 2; }