Skip to content

Commit

Permalink
fix no_std
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Coats committed Jan 10, 2024
1 parent 88ba8f7 commit 3587c98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,5 @@ pub use crypto;
pub use packable;
pub use primitive_types::U256;

use crate::wallet::core::SecretData;

#[cfg(feature = "wallet")]
pub type Wallet = self::wallet::Wallet<SecretData<client::secret::SecretManager>>;
pub type Wallet = self::wallet::Wallet<wallet::core::SecretData<client::secret::SecretManager>>;
2 changes: 1 addition & 1 deletion sdk/src/types/block/semantic/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub use self::{
use crate::types::block::{
address::Address,
output::{AccountId, AnchorOutput, ChainId, FoundryId, NativeTokens, Output, OutputId, TokenId},
payload::signed_transaction::{Transaction, TransactionCapabilityFlag, TransactionSigningHash},
payload::signed_transaction::{Transaction, TransactionSigningHash},
protocol::ProtocolParameters,
unlock::Unlock,
Error,
Expand Down

0 comments on commit 3587c98

Please sign in to comment.