lib: expose random module
This is motivated by the GUI needing to generate a salt and password for RPC user/password authentication to the managed bitcoind.
This commit is contained in:
parent
7801fc779c
commit
daf60264d1
@ -7,7 +7,7 @@ mod database;
|
||||
pub mod descriptors;
|
||||
#[cfg(feature = "daemon")]
|
||||
mod jsonrpc;
|
||||
mod random;
|
||||
pub mod random;
|
||||
pub mod signer;
|
||||
pub mod spend;
|
||||
#[cfg(test)]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user