From 4866a3e0e9f3265fa80f25af8f5d4ad0fdade46a Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Sun, 16 Oct 2022 00:17:51 -0400 Subject: [PATCH] Fix previous commit --- processor/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/processor/src/lib.rs b/processor/src/lib.rs index b50a4e85..6ab49f09 100644 --- a/processor/src/lib.rs +++ b/processor/src/lib.rs @@ -6,6 +6,7 @@ use thiserror::Error; use frost::{curve::Curve, FrostError}; pub use serai_coin as coin; +use coin::CoinError; mod wallet;