Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Jun 26, 2024
1 parent e0dd5cf commit 2c00326
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions src/cli/core/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 0 additions & 2 deletions src/data/relay.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ fn relay(
// relay: wss://relay.snort.social,
)

};

fn create_event(
pubkey_hex: &str,
kind: u16,
Expand Down

0 comments on commit 2c00326

Please sign in to comment.