Skip to content

Commit

Permalink
Add Clone bound to MockDaSpec (Sovereign-Labs#1194)
Browse files Browse the repository at this point in the history
  • Loading branch information
preston-evans98 authored Nov 30, 2023
1 parent bf28a91 commit eec0c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/mock-da/src/verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ impl BlobReaderTrait for MockBlob {
}

/// A [`sov_rollup_interface::da::DaSpec`] suitable for testing.
#[derive(serde::Serialize, serde::Deserialize, Debug, PartialEq, Eq)]
#[derive(serde::Serialize, serde::Deserialize, Debug, PartialEq, Eq, Clone)]
pub struct MockDaSpec;

impl DaSpec for MockDaSpec {
Expand Down

0 comments on commit eec0c0e

Please sign in to comment.