mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-22 19:49:22 +00:00
Update lib.rs
This commit is contained in:
parent
4866a3e0e9
commit
5ce06cf1b7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue