-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
probe: Allow the caller to specify the amount to probe
We used to only probe for a 10sat amount, which allows us to test basic reachability, but it doesn't say much about whether we can actually pay for something reasonable, so this fixes that. This may require the following SQL statement to be applied to the database if you are upgrading from a prior version: ```sql ALTER TABLE probes ADD amount INTEGER; ``` This is not required if you start with a new database.
- Loading branch information
Showing
2 changed files
with
52 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters