Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o committed Jul 1, 2024
1 parent 6cbbb37 commit 67fecc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lending/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use crate::Event;
use std::time::{SystemTime, UNIX_EPOCH};
use std::str::FromStr;
use sha2::{Sha256, Digest};
use secp256k1::{Secp256k1, Message, SecretKey, PublicKey, sign, Signature};
use secp256k1::{Secp256k1, Message, SecretKey, PublicKey, Sign, Signature};
use nostr::{serialize, deserialize};

fn create_event(
Expand Down

0 comments on commit 67fecc8

Please sign in to comment.