Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulmth committed Aug 1, 2023
1 parent f482fb1 commit 1f66a3f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/src/types/block/context_input/block_issuance_credit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ impl BlockIssuanceCreditContextInput {
}

mod dto {
use alloc::format;

use serde::{Deserialize, Serialize};

use super::*;
Expand Down
2 changes: 2 additions & 0 deletions sdk/src/types/block/context_input/commitment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ impl CommitmentContextInput {
}

mod dto {
use alloc::format;

use serde::{Deserialize, Serialize};

use super::*;
Expand Down
2 changes: 2 additions & 0 deletions sdk/src/types/block/context_input/reward.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ impl RewardContextInput {
}

mod dto {
use alloc::format;

use serde::{Deserialize, Serialize};

use super::*;
Expand Down

0 comments on commit 1f66a3f

Please sign in to comment.