diff --git a/src/payjoin.rs b/src/payjoin.rs index 46ac100..c8b6b29 100644 --- a/src/payjoin.rs +++ b/src/payjoin.rs @@ -73,7 +73,7 @@ pub async fn request_bip21(state: Arc>, value: i64) -> anyhow::R bitcoin_client.import_address_script( &address.script_pubkey(), Some("payjoin"), - None, + Some(false), None, )?; }