Skip to content

Commit

Permalink
Amend
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph committed Mar 2, 2025
1 parent 2175a8a commit 2788344
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/subcommand/wallet/receive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ impl Receive {
.wallet
.reveal_next_address(bdk_wallet::KeychainKind::External)
.address
.as_unchecked()
.clone(),
.into_unchecked(),
);
}

Expand Down

0 comments on commit 2788344

Please sign in to comment.