Skip to content

Commit

Permalink
Use mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
akumaigorodski committed Sep 23, 2023
1 parent 3482296 commit 0f9cda8
Showing 1 changed file with 1 addition 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 @@ -87,7 +87,7 @@ object WalletApp {

def makeAlive: Unit = {
// In case this is needed early
WalletParams.chainHash = Block.TestnetGenesisBlock.hash
WalletParams.chainHash = Block.LivenetGenesisBlock.hash
// Make application minimally operational (so we can check for seed in db)
val miscInterface = new DBInterfaceSQLiteAndroidMisc(app, dbFileNameMisc)

Expand Down

0 comments on commit 0f9cda8

Please sign in to comment.