mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-27 02:02:53 +01:00
This commits adds a complement to the existing WaitPredicate helper function, ensuring that a boolean statement remains true for the duration of the provided timeout. This expands our ability to do simple sanity checks where the wait-until semantics of WaitPredicate may not be as-well suited.