Skip to content

Commit

Permalink
Threshold Custody: Make Config public in API
Browse files Browse the repository at this point in the history
This is needed to use deal and stuff like that.
  • Loading branch information
cronokirby committed Nov 27, 2023
1 parent e36d728 commit 354a07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/custody/src/threshold.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use tonic::{async_trait, Request, Response, Status};

use crate::AuthorizeRequest;

use self::config::Config;
pub use self::config::Config;

mod config;
mod sign;
Expand Down

0 comments on commit 354a07e

Please sign in to comment.