Merge branch 'release/v1.20.0' into asr/merge-release-into-master

This commit is contained in:
Aayush
2023-01-23 12:23:47 -05:00
4 changed files with 20 additions and 17 deletions
+4
View File
@@ -1517,6 +1517,8 @@ func GetAsks(ctx context.Context, api lapi.FullNode) ([]QueriedAsk, error) {
}
}(miner)
}
wg.Wait()
}()
loop:
@@ -1590,6 +1592,8 @@ loop:
lk.Unlock()
}(miner)
}
wg.Wait()
}()
loop2: