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

Paymaster audit fixes #33

Merged
merged 16 commits into from
Nov 28, 2023

Merge pull request #40 from multiversx/paymaster_debug

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

Paymaster audit fixes #33

Merge pull request #40 from multiversx/paymaster_debug
55d4dae
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy succeeded Nov 28, 2023 in 0s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (1)

contracts/mvx-game-sc/tests/game_sc_blackbox_tests.rs|138 col 5| warning: this function has too many arguments (8/7)
--> contracts/mvx-game-sc/tests/game_sc_blackbox_tests.rs:138:5
|
138 | / fn create_game(
139 | | &mut self,
140 | | waiting_time: u64,
141 | | number_of_players_min: u64,
... |
146 | | expected_game_id: &str,
147 | | ) -> &mut Self {
| |__________________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments
= note: #[warn(clippy::too_many_arguments)] on by default