From dc2afb0547345bd24a36035f0180fda3895e561a Mon Sep 17 00:00:00 2001 From: Evan Feenstra Date: Wed, 14 Sep 2022 14:11:13 -0700 Subject: [PATCH] fix improt --- parser/src/control.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/src/control.rs b/parser/src/control.rs index 1ef4e84..4e5bbf9 100644 --- a/parser/src/control.rs +++ b/parser/src/control.rs @@ -1,7 +1,7 @@ use anyhow::Result; use sphinx_auther::nonce; use sphinx_auther::secp256k1::{PublicKey, SecretKey}; -use sphinx_glyph::types::{Config, ControlMessage, ControlResponse, Policy}; +pub use sphinx_glyph::types::{Config, ControlMessage, ControlResponse, Interval, Policy}; use std::sync::{Arc, Mutex}; // u64 is the nonce. Each signature must have a higher nonce