diff --git a/src/builder.rs b/src/builder.rs index 5a418271..641ad8b7 100644 --- a/src/builder.rs +++ b/src/builder.rs @@ -281,7 +281,7 @@ impl Builder { /// /// This API assumes that none of the notes being spent are controlled by (threshold) /// multisignatures, and immediately constructs the bundle proof. - fn build>( + pub fn build>( mut self, mut rng: impl RngCore, ) -> Result, V>, Error> {