mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 18:10:34 +01:00
de961af5c6
This commit fixes a bug in the wait.NoError function. If the predicate function, f, passed to the NoError function would hang for the full timeout, then the `predErr` would remain nil and so a nil error would be returned from the function. This commit handles that case. |
||
---|---|---|
.. | ||
timeouts_darwin.go | ||
timeouts_remote_db.go | ||
timeouts.go | ||
wait.go |