1
0
mirror of https://github.com/scsibug/nostr-rs-relay.git synced 2025-04-22 20:59:55 -04:00

fix: compile error with missing import

This commit is contained in:
Greg Heartsfield 2021-12-30 10:00:34 -06:00
parent 079722ddd9
commit 6447ddd974

@ -3,7 +3,7 @@ use crate::config;
use crate::error::Error::*;
use crate::error::Result;
use bitcoin_hashes::{sha256, Hash};
use log::info;
use log::*;
use secp256k1::{schnorrsig, Secp256k1};
use serde::{Deserialize, Deserializer, Serialize};
use serde_json::value::Value;