Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
APP_VERSION=2.5.22
APP_BUILD_NUMBER=455
APP_VERSION=2.5.23
APP_BUILD_NUMBER=456
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/456.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Minor fixes with locally-created wallets
1 change: 1 addition & 0 deletions fastlane/metadata/android/fr-FR/changelogs/456.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Corrections mineures avec les wallets créés localement
1 change: 1 addition & 0 deletions src/components/CreateWalletModal/CreateWalletModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export const CreateWalletModal = ({
signature,
walletType: "local",
walletConfig: {
zpub: data.zPub,
type: "local",
label: "Bitcoin 1",
path: "m/84'/0'/0'",
Expand Down
Loading