Skip to content

update sender to grant on daemon #15

update sender to grant on daemon

update sender to grant on daemon #15

Triggered via push January 17, 2024 11:52
Status Failure
Total duration
Artifacts

This workflow graph cannot be shown

A graph will be generated the next time this workflow is run.

Annotations

3 errors
Error
a step cannot have both the `uses` and `run` keys
this expression creates a reference which is immediately dereferenced by the compiler: savings-bot/src/main.rs#L39
error: this expression creates a reference which is immediately dereferenced by the compiler --> savings-bot/src/main.rs:39:68 | 39 | daemon.query(&QueryMsg::Base(BaseQueryMsg::BaseConfig {}), &contract_addr)?; | ^^^^^^^^^^^^^^ help: change this to: `contract_addr` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `-D clippy::needless-borrow` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
this expression creates a reference which is immediately dereferenced by the compiler: savings-bot/src/main.rs#L39
error: this expression creates a reference which is immediately dereferenced by the compiler --> savings-bot/src/main.rs:39:68 | 39 | daemon.query(&QueryMsg::Base(BaseQueryMsg::BaseConfig {}), &contract_addr)?; | ^^^^^^^^^^^^^^ help: change this to: `contract_addr` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `-D clippy::needless-borrow` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`