changed bytes channel_hash to Output channel in result.proto Blocked message

This commit is contained in:
Lex Berezhny 2020-06-05 12:40:19 -04:00
parent 24152bfd4b
commit 5f1de72fc6

View file

@ -56,5 +56,5 @@ message Error {
message Blocked {
uint32 count = 1;
bytes channel_hash = 2;
Output channel = 2;
}