Skip to content

Commit

Permalink
Merge branch '2.0' into isa-multi-address
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Dec 1, 2023
2 parents fe3ac65 + 5f5ca04 commit 70cad21
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sdk/src/types/block/output/account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ fn verify_unlock_conditions(unlock_conditions: &UnlockConditions, account_id: &A
}

#[cfg(feature = "serde")]
pub(crate) mod dto {
mod dto {
use alloc::vec::Vec;

use serde::{Deserialize, Serialize};
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/types/block/output/anchor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ fn verify_unlock_conditions(unlock_conditions: &UnlockConditions, anchor_id: &An
}

#[cfg(feature = "serde")]
pub(crate) mod dto {
mod dto {

use serde::{Deserialize, Serialize};

Expand Down
2 changes: 1 addition & 1 deletion sdk/src/types/block/output/basic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ fn verify_features_packable<const VERIFY: bool>(features: &Features, _: &Protoco
}

#[cfg(feature = "serde")]
pub(crate) mod dto {
mod dto {
use alloc::vec::Vec;

use serde::{Deserialize, Serialize};
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/types/block/output/foundry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ fn verify_unlock_conditions(unlock_conditions: &UnlockConditions) -> Result<(),
}

#[cfg(feature = "serde")]
pub(crate) mod dto {
mod dto {
use alloc::vec::Vec;

use serde::{Deserialize, Serialize};
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/types/block/output/nft.rs
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ fn verify_unlock_conditions(unlock_conditions: &UnlockConditions, nft_id: &NftId
}

#[cfg(feature = "serde")]
pub(crate) mod dto {
mod dto {
use alloc::vec::Vec;

use serde::{Deserialize, Serialize};
Expand Down

0 comments on commit 70cad21

Please sign in to comment.