funds-manager: custody-client: Add withdrawal handler #52
Annotations
2 errors and 2 warnings
variants `FeeRedemption` and `RelayerGas` are never constructed:
funds-manager/funds-manager-server/src/custody_client/mod.rs#L35
error: variants `FeeRedemption` and `RelayerGas` are never constructed
--> funds-manager/funds-manager-server/src/custody_client/mod.rs:35:5
|
31 | pub(crate) enum DepositWithdrawSource {
| --------------------- variants in this enum
...
35 | FeeRedemption,
| ^^^^^^^^^^^^^
36 | /// A gas withdrawal
37 | RelayerGas,
| ^^^^^^^^^^
|
= note: `DepositWithdrawSource` 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 uses Node.js version which is deprecated 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/
|