Skip to content

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Daksh14 committed Aug 19, 2024
1 parent ad68cab commit 33fd964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruskwallet_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

test_nightly-linux:
name: "[Linux] Nightly tests"
runs-on: ubuntu-latest
runs-on: core

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion rusk-wallet/src/bin/interactive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ pub(crate) async fn run_loop(
// Wait for transaction confirmation from
// network
let gql = GraphQL::new(
&settings.state.to_string(),
settings.state.to_string(),
io::status::interactive,
);
gql.wait_for(&tx_id).await?;
Expand Down

0 comments on commit 33fd964

Please sign in to comment.