Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
akumaigorodski committed Oct 14, 2023
1 parent f997270 commit 155f652
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/btcontract/wallet/WalletApp.scala
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ object WalletApp {
}

def makeAlive: Unit = {
ElectrumWallet.chainHash = Block.TestnetGenesisBlock.hash
ElectrumWallet.chainHash = Block.LivenetGenesisBlock.hash
val miscInterface = new DBInterfaceSQLiteAndroidMisc(app, "misc.db")

miscInterface txWrap {
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/106.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* All wallet addresses can now be found in search mode.
* Implemented BIP322 message signing with wallet addresses.
* Various bugfixes and minor improvements.

0 comments on commit 155f652

Please sign in to comment.