Skip to content

Commit

Permalink
Label change and receive addresses correctly (ordinals#1847)
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Martin <gm7t2@gmail.com>
Co-authored-by: raphjaph <raphjaph@protonmail.com>
  • Loading branch information
3 people authored Mar 27, 2023
1 parent bb9b6cf commit 7298373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subcommand/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ fn derive_and_import_descriptor(
active: Some(true),
range: None,
next_index: None,
internal: Some(!change),
internal: Some(change),
label: None,
})?;

Expand Down

0 comments on commit 7298373

Please sign in to comment.