Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark
ChannelManager::send_payment_with_route
as deprecated
We probably should have done this long ago a release or two after adding `send_payment`, but we didn't and the second best time is now. `send_payment_with_route` has particularly hard to use retry semantics that make it unsuitable for real use. Once we get the last of our users off of it, we'll want to remove it (or at least mark it test-only), but we should start by deprecating it.
- Loading branch information