Fix previous commit

This commit is contained in:
Luke Parker 2022-10-16 00:17:51 -04:00
parent ad9bf9b240
commit 4866a3e0e9
No known key found for this signature in database
GPG key ID: F9F1386DB1E119B6

View file

@ -6,6 +6,7 @@ use thiserror::Error;
use frost::{curve::Curve, FrostError};
pub use serai_coin as coin;
use coin::CoinError;
mod wallet;