Skip to content

Commit a328081

Browse files
committed
fix(sdk): build error due to imports
1 parent 08f6541 commit a328081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rs-sdk/tests/fetch/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ impl Config {
183183
&self.core_user,
184184
&self.core_password,
185185
)
186-
.with_network_type(NetworkType::Devnet);
186+
.with_network_type(dash_sdk::networks::NetworkType::Devnet);
187187

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

0 commit comments

Comments
 (0)