services: fix typo in method description

This commit is contained in:
AnnaShaleva 2022-03-02 20:18:39 +03:00 committed by Anna Shaleva
parent 50157b31cd
commit 4291efc8f0

View file

@ -106,7 +106,7 @@ type (
}
)
// isMainCompleted denotes whether all signatures for the main transaction was collected.
// isMainCompleted denotes whether all signatures for the main transaction were collected.
func (r request) isMainCompleted() bool {
if r.witnessInfo == nil {
return false