Skip to content

Commit b05f397

Browse files
Merge pull request #45 from BitGo/BTC-2652.bitgo-psbt-validating-ctr
feat(wasm-utxo): add psbt wallet input validation
2 parents d37206a + 0dc9e18 commit b05f397

File tree

3 files changed

+628
-6
lines changed

3 files changed

+628
-6
lines changed

packages/wasm-utxo/src/fixed_script_wallet/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// This module contains code for the BitGo Fixed Script Wallets.
22
/// These are not based on descriptors.
3+
pub mod psbt_wallet_input;
34
mod wallet_keys;
4-
55
pub mod wallet_scripts;
66

77
#[cfg(test)]

0 commit comments

Comments
 (0)