mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +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 async_trait::async_trait;
|
||||||
use thiserror::Error;
|
use thiserror::Error;
|
||||||
|
|
||||||
use frost::{curve::Curve, FrostError};
|
use frost::FrostError;
|
||||||
|
|
||||||
pub use serai_coin as coin;
|
pub use serai_coin as coin;
|
||||||
use coin::CoinError;
|
use coin::CoinError;
|
||||||
|
|||||||
Reference in New Issue
Block a user