Skip to content

Merge pull request #28 from renegade-fi/joey/register-gas-wallet

Sign in for the full log view
GitHub Actions / clippy failed Aug 5, 2024 in 1s

clippy

2 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 2
Warning 0
Note 0
Help 0

Versions

  • rustc 1.78.0-nightly (3cbb93223 2024-03-13)
  • cargo 1.78.0-nightly (7065f0ef4 2024-03-12)
  • clippy 0.1.78 (3cbb932 2024-03-13)

Annotations

Check failure on line 47 in funds-manager/funds-manager-server/src/custody_client/queries.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

cannot find value `active` in module `gas_wallets`

error[E0425]: cannot find value `active` in module `gas_wallets`
  --> funds-manager/funds-manager-server/src/custody_client/queries.rs:47:37
   |
47 |         let updates = (gas_wallets::active.eq(true), gas_wallets::peer_id.eq(peer_id));
   |                                     ^^^^^^ not found in `gas_wallets`

Check failure on line 34 in funds-manager/funds-manager-server/src/custody_client/queries.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

cannot find value `active` in module `gas_wallets`

error[E0425]: cannot find value `active` in module `gas_wallets`
  --> funds-manager/funds-manager-server/src/custody_client/queries.rs:34:34
   |
34 |             .filter(gas_wallets::active.eq(false))
   |                                  ^^^^^^ not found in `gas_wallets`