diff --git a/src/lib.rs b/src/lib.rs index 53393aa..c967ef3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -246,8 +246,8 @@ impl Account { Ok(Order { account: self.inner.clone(), nonce, - url: order_url.ok_or("no order URL found")?, state: Problem::check::(rsp).await?, + url: order_url.ok_or("no order URL found")?, }) }