changed bytes channel_hash to Output channel in result.proto Blocked message
This commit is contained in:
parent
24152bfd4b
commit
5f1de72fc6
1 changed files with 1 additions and 1 deletions
|
@ -56,5 +56,5 @@ message Error {
|
|||
|
||||
message Blocked {
|
||||
uint32 count = 1;
|
||||
bytes channel_hash = 2;
|
||||
Output channel = 2;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue