Update dependencies
This commit is contained in:
parent
c7d0adf780
commit
204fc582f3
4 changed files with 22 additions and 16 deletions
|
|
@ -167,7 +167,7 @@ func updateDecentralizedServicesList() {
|
|||
log.Fatal(err)
|
||||
}
|
||||
|
||||
if record[3] == "public" && record[9] == "wahr" && record[6] != "" {
|
||||
if len(record) > 9 && record[3] == "public" && record[9] == "wahr" && record[6] != "" {
|
||||
foo := DecentrealizedService{
|
||||
record[0],
|
||||
record[1],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue