[#1949] neofs-adm: Fix epoch tick for >4 node committee

Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
This commit is contained in:
Evgenii Stratonikov 2022-10-21 17:35:15 +03:00 committed by fyrchik
parent 8796807040
commit 04b67f3ba5
5 changed files with 36 additions and 10 deletions

View file

@ -125,7 +125,7 @@ func (c *initializeContext) multiSign(tx *transaction.Transaction, accType strin
}
}
w, err := pc.GetWitness(tx.Signers[0].Account)
w, err := pc.GetWitness(h)
if err != nil {
return fmt.Errorf("incomplete signature: %w", err)
}