From 5ce06cf1b7e0b3cf241531abae9373dcfcaef766 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Sun, 16 Oct 2022 07:47:08 -0500 Subject: [PATCH] Update lib.rs --- processor/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processor/src/lib.rs b/processor/src/lib.rs index 6ab49f09..1a605e77 100644 --- a/processor/src/lib.rs +++ b/processor/src/lib.rs @@ -3,7 +3,7 @@ use std::{marker::Send, io::Cursor, collections::HashMap}; use async_trait::async_trait; use thiserror::Error; -use frost::{curve::Curve, FrostError}; +use frost::FrostError; pub use serai_coin as coin; use coin::CoinError;