deprecating wasm mockups to remember to revisit them

This commit is contained in:
Jędrzej Stuczyński
2023-08-01 11:40:07 +01:00
parent ce47e91186
commit 93214cabbb
+3
View File
@@ -17,12 +17,15 @@ use {
#[cfg(not(target_arch = "wasm32"))]
use nym_validator_client::nyxd::contract_traits::DkgQueryClient;
#[deprecated]
#[cfg(target_arch = "wasm32")]
use crate::wasm_mockups::DkgQueryClient;
#[cfg(not(target_arch = "wasm32"))]
pub mod acquire;
pub mod error;
#[deprecated]
#[cfg(target_arch = "wasm32")]
pub mod wasm_mockups;