Skip to content

Commit

Permalink
fix(sdk): build error due to imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Aug 16, 2024
1 parent c9c4a21 commit f57e455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rs-sdk/tests/fetch/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ impl Config {
&self.core_user,
&self.core_password,
)
.with_network_type(NetworkType::Devnet);
.with_network_type(dash_sdk::networks::NetworkType::Devnet);

#[cfg(feature = "generate-test-vectors")]
let builder = {
Expand Down

0 comments on commit f57e455

Please sign in to comment.