mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-12-01 23:45:50 +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 {
|
func (r request) isMainCompleted() bool {
|
||||||
if r.witnessInfo == nil {
|
if r.witnessInfo == nil {
|
||||||
return false
|
return false
|
||||||
|
|
Loading…
Reference in a new issue