This commit is contained in:
thesimplekid
2023-04-25 13:35:44 -04:00
parent 92c3b69c47
commit ee696ba4ab
9 changed files with 310 additions and 89 deletions

View File

@@ -8,9 +8,6 @@ pub enum Error {
/// Parse Url Error
#[error("minreq error: {0}")]
UrlParseError(#[from] url::ParseError),
/// Secp245k1
#[error("secp256k1 error: {0}")]
Secpk256k1Error(#[from] secp256k1::Error),
/// Unsupported Token
#[error("Unsupported Token")]
UnsupportedToken,