Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: escrow transfers #808

Merged
merged 4 commits into from
Jan 18, 2024

Merge branch 'main' into fix/unwrap-lkxmex-add-energy

3718798
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Fix: escrow transfers #808

Merge branch 'main' into fix/unwrap-lkxmex-add-energy
3718798
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy succeeded Jan 18, 2024 in 0s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (1)

energy-integration/governance-v2/tests/gov_rust_test.rs|74 col 26| warning: accessing first element with proposal.actions.get(0)
--> energy-integration/governance-v2/tests/gov_rust_test.rs:74:26
|
74 | let action = proposal.actions.get(0).unwrap();
| ^^^^^^^^^^^^^^^^^^^^^^^ help: try: proposal.actions.first()
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#get_first
= note: #[warn(clippy::get_first)] on by default