rust-teos/watchtower-plugin/src
Sergi Delgado Segura e6495c31aa
Fixes clippy issues
Clippy is complaining about using `.get(0)` instead of `.fist()` in methods
where we are getting more than just the first item. Suppress those warning.

Also fixes some actual issues.
2024-01-08 14:18:59 -05:00
..
net Implements ping/pong logic for the tower and CLN plugin 2023-05-02 07:49:24 +05:30
constants.rs Implements ping/pong logic for the tower and CLN plugin 2023-05-02 07:49:24 +05:30
convert.rs Fixes clippy issues 2024-01-08 14:18:59 -05:00
dbm.rs Replaces Result<T, E> for Option<T> in DBM load methods 2023-02-20 11:26:38 +01:00
lib.rs Improves tor flag logic in watchtower-plugin 2023-01-20 08:37:03 -05:00
main.rs Implements ping/pong logic for the tower and CLN plugin 2023-05-02 07:49:24 +05:30
retrier.rs Replaces httpmock with mockito 2023-03-08 12:11:49 +01:00
ser.rs Adds the core logic of the CoreLN tower plugin 2022-07-06 17:39:47 +02:00
test_utils.rs Adds retry strategy to cln-plugin 2022-07-06 18:56:52 +02:00
wt_client.rs Replaces Result<T, E> for Option<T> in DBM load methods 2023-02-20 11:26:38 +01:00