mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-26 09:42:22 +00:00
services: fix typo in method description
This commit is contained in:
parent
50157b31cd
commit
4291efc8f0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue