Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ready-cache: restore assert for dropped cancel tx
When ready-cache was upgraded from futures 0.1 to `std::future` in e2f1a49, this `expect` was removed, and the code instead silently ignores the error. That's probably not what we want, so this patch restores that assertion.
- Loading branch information