We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f5d056 commit 97205c4Copy full SHA for 97205c4
src/builders/mmr_builder.rs
@@ -66,7 +66,7 @@ impl MmrBuilder {
66
new
67
}
68
69
- fn build(self) -> Mmr {
+ pub fn build(self) -> Mmr {
70
Mmr {
71
diversity: self.diversity.unwrap_or_default(),
72
candidates_limit: self.candidates_limit.unwrap_or_default(),
0 commit comments