From 2c00326e2909d9cee1b7c0d00003ab84f62dd3f6 Mon Sep 17 00:00:00 2001 From: 223880 Date: Wed, 26 Jun 2024 13:03:25 -0300 Subject: [PATCH] Fix --- README.md | 3 ++- src/cli/core/main.rs | 6 +++--- src/data/relay.rs | 2 -- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c959a7a..af18776 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,8 @@ Check [here](https://github.com/AreaLayer/Lightning-Lending/blob/main/doc/run.md - [ ] Mainnet - [ ] NIP-88 integration - [ ] Taproot -- [ ] RBF +- [x] RBF +- [X] CLI - [ ] WASM - [ ] BOLT12 support - [X] BOLT11 support diff --git a/src/cli/core/main.rs b/src/cli/core/main.rs index 99d01f4..4e33f43 100644 --- a/src/cli/core/main.rs +++ b/src/cli/core/main.rs @@ -28,9 +28,9 @@ struct Event { fn main() { let matches = App::new("Event Generator CLI") - .version("1.0.4-beta") - .author("Your Name") - .about("Generates an event in Rust based on provided data") + .version("1.0.9-beta") + .author("Area Layer") + .about("Open/close channels and make payments using Nostr and Lightning Network via CLI by LL") .arg( Arg::with_name("pubkey") .short("p") diff --git a/src/data/relay.rs b/src/data/relay.rs index f3e8d7c..b2c33f4 100644 --- a/src/data/relay.rs +++ b/src/data/relay.rs @@ -11,8 +11,6 @@ fn relay( // relay: wss://relay.snort.social, ) - }; - fn create_event( pubkey_hex: &str, kind: u16,