Skip to content

Commit

Permalink
Critical: pessimistic lock on recovery indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
minibits-cash committed Feb 5, 2024
1 parent debe9a0 commit 0fb9016
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minibits_wallet",
"version": "0.1.5-beta.36",
"version": "0.1.5-beta.37",
"private": true,
"scripts": {
"android:clean": "cd android && ./gradlew clean",
Expand Down
4 changes: 2 additions & 2 deletions src/screens/WalletScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -552,8 +552,8 @@ export const WalletScreen: FC<WalletScreenProps> = observer(
/>
</View>
}
text='Important update!'
subText='This update fixes critical bug when processing high number of parallel transactions.'
text='New Minibits version is available'
subText='Updates provide new functionalities and important bug fixes. View details in the Update manager.'
onPress={gotoUpdate}
/>
}
Expand Down

0 comments on commit 0fb9016

Please sign in to comment.