Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
resplve issue
Browse files Browse the repository at this point in the history
  • Loading branch information
irnb committed Aug 14, 2024
1 parent 5394fca commit c7a74c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/da_client/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ impl Display for DAError {
impl error::Error for DAError {}

/// `DispatchResponse` is the response received from the DA layer after dispatching a blob.
#[derive(Default, Clone)]
#[derive(Default)]
pub struct DispatchResponse {
/// The blob_id is needed to fetch the inclusion data.
pub blob_id: String,
Expand Down

0 comments on commit c7a74c6

Please sign in to comment.