forked from TrueCloudLab/frostfs-node
[#1711] *: Simplify code using neo-go actors
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
4354359aed
commit
4bd8608b37
15 changed files with 92 additions and 105 deletions
|
@ -52,7 +52,7 @@ func removeNodesCmd(cmd *cobra.Command, args []string) error {
|
|||
return err
|
||||
}
|
||||
|
||||
if err := wCtx.sendCommitteeTx(bw.Bytes(), -1, true); err != nil {
|
||||
if err := wCtx.sendCommitteeTx(bw.Bytes(), true); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue