Fix whitespace and curse emacs

This commit is contained in:
LLFourn
2021-01-30 13:05:23 +11:00
parent d0ffd5606a
commit 35a61f5759
2 changed files with 2 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ fn main() -> Result<(), bdk::Error> {
wallet.sync(noop_progress(), None)?;
let send_to = wallet.get_new_address()?;
let (psbt, details) = {
let (psbt, details) = {
let mut builder = wallet.build_tx();
builder
.add_recipient(send_to.script_pubkey(), 50_000)