Skip to content

Commit

Permalink
pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cylewitruk committed Oct 3, 2024
1 parent 5925b0c commit f4951ef
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions signer/src/testing/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,7 @@ where
ContextBuilder {
config: ContextConfig {
settings,
storage: config.storage,
bitcoin: config.bitcoin,
stacks: config.stacks,
..config
},
}
}
Expand Down Expand Up @@ -396,7 +394,7 @@ where
}

/// Configure the context with the specified storage implementation.
fn with_storage<Storage: DbRead + DbWrite>(
fn with_storage<Storage: DbRead + DbWrite + Clone + Send + Sync>(
self,
storage: Storage,
) -> ContextBuilder<Storage, Bitcoin, Stacks> {
Expand Down

0 comments on commit f4951ef

Please sign in to comment.