Zebra/zebrad/tests/common/lightwalletd
teor c812f880cf
cleanup(clippy): Use inline format strings (#5489)
* Inline format strings using an automated clippy fix

```sh
cargo clippy --fix --all-features --all-targets -- -A clippy::all -W clippy::uninlined_format_args
cargo fmt --all
```

* Remove unused & and &mut using an automated clippy fix

```sh
cargo clippy --fix --all-features --all-targets -- -A clippy::all -W clippy::uninlined_format_args
```
2022-10-27 13:25:18 +00:00
..
proto add(test): Integration test to send transactions using lightwalletd (#4068) 2022-04-27 23:06:11 +00:00
send_transaction_test.rs cleanup(clippy): Use inline format strings (#5489) 2022-10-27 13:25:18 +00:00
sync.rs fix(test): Wait for zebrad and lightwalletd to reach the tip in tests, to improve test coverage (#5164) 2022-10-06 04:12:27 +00:00
wallet_grpc.rs fix(test): Wait for zebrad and lightwalletd to reach the tip in tests, to improve test coverage (#5164) 2022-10-06 04:12:27 +00:00
wallet_grpc_test.rs cleanup(clippy): Use inline format strings (#5489) 2022-10-27 13:25:18 +00:00