added ability to voice to specify chain address length for proxies #116
GitHub Actions / clippy
failed
May 26, 2024 in 0s
clippy
1 error
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 1 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.78.0 (9b00956e5 2024-04-29)
- cargo 1.78.0 (54d8815d0 2024-03-26)
- clippy 0.1.78 (9b00956 2024-04-29)
Annotations
Check failure on line 46 in packages/cw-orch-polytone/src/deploy.rs
github-actions / clippy
missing field `contract_addr_len` in initializer of `polytone_voice::msg::InstantiateMsg`
error[E0063]: missing field `contract_addr_len` in initializer of `polytone_voice::msg::InstantiateMsg`
--> packages/cw-orch-polytone/src/deploy.rs:46:14
|
46 | &polytone_voice::msg::InstantiateMsg {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `contract_addr_len`
Loading