File tree 3 files changed +1
-3
lines changed
3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ use bdk_wallet::{KeychainKind, Wallet};
30
30
/// can be derived from the policy.
31
31
///
32
32
/// This example demonstrates the interaction between a bdk wallet and miniscript policy.
33
-
34
33
#[ allow( clippy:: print_stdout) ]
35
34
fn main ( ) -> Result < ( ) , Box < dyn Error > > {
36
35
// We start with a miniscript policy string
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ use bdk_wallet::signer::SignersContainer;
25
25
///
26
26
/// This example demos a Policy output for a 2of2 multisig between between 2 parties, where the wallet holds
27
27
/// one of the Extend Private key.
28
-
29
28
#[ allow( clippy:: print_stdout) ]
30
29
fn main ( ) -> Result < ( ) , Box < dyn Error > > {
31
30
let secp = bitcoin:: secp256k1:: Secp256k1 :: new ( ) ;
Original file line number Diff line number Diff line change @@ -982,7 +982,7 @@ impl fmt::Display for KeyError {
982
982
impl std:: error:: Error for KeyError { }
983
983
984
984
#[ cfg( test) ]
985
- pub mod test {
985
+ mod test {
986
986
use bitcoin:: bip32;
987
987
988
988
use super :: * ;
You can’t perform that action at this time.
0 commit comments