Skip to content

Commit 16afa3e

Browse files
committed
Merge #987: lib: expose random module
daf6026 lib: expose random module (jp1ac4) Pull request description: This is motivated by #929. The GUI will need to generate a salt and password for RPC user/password authentication to the managed bitcoind, and can use this module to get random bytes. ACKs for top commit: darosior: utACK daf6026 Tree-SHA512: a6ba822bffc6f3d2e5c96be986cb5f1024640b5e71b3bb8a611080e5bcc734b25281fbc52cc1eb15f89d7c72cac8495c163a630758f66ac7e72410ecb7be34cb
2 parents 147cc0b + daf6026 commit 16afa3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mod database;
77
pub mod descriptors;
88
#[cfg(feature = "daemon")]
99
mod jsonrpc;
10-
mod random;
10+
pub mod random;
1111
pub mod signer;
1212
pub mod spend;
1313
#[cfg(test)]

0 commit comments

Comments
 (0)