Skip to content

Commit

Permalink
Use new testnet genesis transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
devinbileck committed Jun 24, 2019
1 parent 3b2e86a commit 03bc068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/java/bisq/core/dao/state/GenesisTxInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ public class GenesisTxInfo {
private static final int MAINNET_GENESIS_BLOCK_HEIGHT = 571747; // 2019-04-15
private static final Coin MAINNET_GENESIS_TOTAL_SUPPLY = Coin.parseCoin("3.65748");

private static final String TESTNET_GENESIS_TX_ID = "09e70ce0ab7a962a82a2ca84c9ae8a89140bf1c3fb6f7efad6162e39e4b362ae";
private static final int TESTNET_GENESIS_BLOCK_HEIGHT = 1446300; // 2018-12-02
private static final String TESTNET_GENESIS_TX_ID = "f35b62930b16a680ba6bc8ba8fecc4f1db65c5635b5a4b4b0445544649acf4f6";
private static final int TESTNET_GENESIS_BLOCK_HEIGHT = 1564395; // 2019-06-21
private static final Coin TESTNET_GENESIS_TOTAL_SUPPLY = Coin.parseCoin("2.5"); // 2.5M BSQ / 2.50000000 BTC

private static final String DAO_TESTNET_GENESIS_TX_ID = "cb316a186b9e88d1b8e1ce8dc79cc6a2080cc7bbc6df94f2be325d8253417af1";
Expand Down

0 comments on commit 03bc068

Please sign in to comment.