Retry failed tasks via admin #1519
Annotations
3 errors
Build testsuite:
tc-subxt/src/api/tasks.rs#L92
error[E0599]: no method named `wait_for_success` found for reference `&SubxtClient` in the current scope
--> tc-subxt/src/api/tasks.rs:92:8
|
92 | self.wait_for_success(tx).await?;
| ^^^^^^^^^^^^^^^^
|
help: there is a method `is_success` with a similar name
|
92 | self.is_success(tx).await?;
| ~~~~~~~~~~
|
Build testsuite:
tc-subxt/src/worker.rs#L272
error[E0599]: no method named `create_signed_payload` found for mutable reference `&mut SubxtWorker<C, D>` in the current scope
--> tc-subxt/src/worker.rs:272:10
|
272 | self.create_signed_payload(&payload, params)
| ^^^^^^^^^^^^^^^^^^^^^ method not found in `&mut SubxtWorker<C, D>`
|
Build testsuite
Process completed with exit code 1.
|
Loading