Make psbt mod public and add required docs

This commit is contained in:
Steve Myers
2022-10-18 15:25:38 -05:00
parent 1c76084db8
commit 34987d58ec
2 changed files with 7 additions and 1 deletions

View File

@@ -263,7 +263,7 @@ pub mod descriptor;
#[cfg(feature = "test-md-docs")]
mod doctest;
pub mod keys;
pub(crate) mod psbt;
pub mod psbt;
pub(crate) mod types;
pub mod wallet;