We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d37206a + 0dc9e18 commit b05f397Copy full SHA for b05f397
3 files changed
packages/wasm-utxo/src/fixed_script_wallet/mod.rs
@@ -1,7 +1,7 @@
1
/// This module contains code for the BitGo Fixed Script Wallets.
2
/// These are not based on descriptors.
3
+pub mod psbt_wallet_input;
4
mod wallet_keys;
-
5
pub mod wallet_scripts;
6
7
#[cfg(test)]
0 commit comments