-
Notifications
You must be signed in to change notification settings - Fork 913
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plugins/pay: don't bother parsing nodeid for summary.
We have sanity checks in there that it's a valid point. Simply store the JSON token like we do with others. time lightning-cli -R --network=regtest --lightning-dir /tmp/ltests-k8jhvtty/test_pay_stress_1/lightning-1/ listpays > /dev/null Before: real 0m2.054s user 0m0.114s sys 0m0.024s After: real 0m1.781s user 0m0.127s sys 0m0.013s Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
- Loading branch information
1 parent
4ba3797
commit 2888486
Showing
1 changed file
with
7 additions
and
11 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