nip-86: implement updates.

This commit is contained in:
Kay 2025-02-08 13:29:42 +00:00
parent b087ad47ec
commit e0eb0d6933
2 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,6 @@ use hyper_tungstenite::tungstenite;
use hyper_tungstenite::{HyperWebsocket, WebSocketStream};
use hyper_util::rt::TokioIo;
use neg_storage::NegentropyStorageVector;
use parking_lot::RwLock;
use pocket_db::Store;
use pocket_types::{Id, OwnedFilter, Pubkey};
use speedy::{Readable, Writable};

View File

@ -5,7 +5,7 @@ use http::header::AUTHORIZATION;
use http_body_util::BodyExt;
use hyper::body::Incoming;
use hyper::Request;
use pocket_types::{Event, Pubkey};
use pocket_types::Event;
use secp256k1::hashes::{sha256, Hash};
use serde_json::Value;