[#885] control: Make chain id bytes in grpc

Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
Denis Kirillov 2023-12-21 15:05:45 +03:00 committed by Evgenii Stratonikov
parent 5c0a736a25
commit c19396d203
8 changed files with 53 additions and 76 deletions

View file

@ -41,7 +41,7 @@ func removeRule(cmd *cobra.Command, _ []string) {
Name: cidStr,
Type: control.ChainTarget_CONTAINER,
},
ChainId: chainID,
ChainId: []byte(chainID),
},
}