Skip to content

Commit

Permalink
rusk-wallet: Use graphql to check for network status
Browse files Browse the repository at this point in the history
  • Loading branch information
Daksh14 committed Nov 13, 2024
1 parent 9f11465 commit a14109d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rusk-wallet/src/rues.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use std::time::Duration;
use reqwest::{Body, Response};
use rkyv::Archive;

use crate::Error;
use crate::{gql::GraphQL, Error};

/// Supported Rusk version
const REQUIRED_RUSK_VERSION: &str = ">=0.8.0";
Expand Down

0 comments on commit a14109d

Please sign in to comment.