Update lib.rs

This commit is contained in:
Luke Parker 2022-10-16 07:47:08 -05:00 committed by GitHub
parent 4866a3e0e9
commit 5ce06cf1b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;