mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Update lib.rs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user