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 <[email protected]>
Co-authored-by: raphjaph <[email protected]>
  • Loading branch information
3 people committed Mar 27, 2023
1 parent 0d54a53 commit a314534
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 a314534

Please sign in to comment.