Skip to content

Commit

Permalink
Rescan false
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Oct 1, 2023
1 parent 8a05356 commit 8d19a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/payjoin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pub async fn request_bip21(state: Arc<Mutex<AppState>>, value: i64) -> anyhow::R
bitcoin_client.import_address_script(
&address.script_pubkey(),
Some("payjoin"),
None,
Some(false),
None,
)?;
}
Expand Down

0 comments on commit 8d19a48

Please sign in to comment.