Merge pull request #34 from renegade-fi/joey/transfer-endpoints #155
Annotations
2 errors and 2 warnings
field `execution_client` is never read:
funds-manager/funds-manager-server/src/server.rs#L58
error: field `execution_client` is never read
--> funds-manager/funds-manager-server/src/server.rs:58:9
|
42 | pub(crate) struct Server {
| ------ field in this struct
...
58 | pub execution_client: ExecutionClient,
| ^^^^^^^^^^^^^^^^
|
= note: `Server` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
= note: `-D dead-code` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(dead_code)]`
|
clippy-check
Clippy had exited with the 101 exit code
|
clippy-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
clippy-check
The following actions use a deprecated Node.js version and will be forced to run on node20: arduino/setup-protoc@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|