We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f356cd commit 6a37d27Copy full SHA for 6a37d27
payjoin/src/receive/v2/error.rs
@@ -41,10 +41,6 @@ impl From<crate::into_url::Error> for SessionError {
41
fn from(e: crate::into_url::Error) -> Self { InternalSessionError::ParseUrl(e).into() }
42
}
43
44
-impl From<std::time::SystemTime> for Error {
45
- fn from(e: std::time::SystemTime) -> Self { InternalSessionError::Expired(e).into() }
46
-}
47
-
48
impl From<OhttpEncapsulationError> for Error {
49
fn from(e: OhttpEncapsulationError) -> Self {
50
InternalSessionError::OhttpEncapsulation(e).into()
0 commit comments