Skip to content

Commit

Permalink
Set mainnet Genesis Tx ID
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredKarrer committed Apr 15, 2019
1 parent 6c98d98 commit 825d374
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/src/main/java/bisq/core/dao/state/GenesisTxInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ public class GenesisTxInfo {
// Static
///////////////////////////////////////////////////////////////////////////////////////////

private static final String MAINNET_GENESIS_TX_ID = "a441693957179a8287365f5c601271689c887741bafb8be5ed6eb25660011d9b";
private static final int MAINNET_GENESIS_BLOCK_HEIGHT = 571288; // 2019-04-12
private static final Coin MAINNET_GENESIS_TOTAL_SUPPLY = Coin.parseCoin("0.00796424");
private static final String MAINNET_GENESIS_TX_ID = "4b5417ec5ab6112bedf539c3b4f5a806ed539542d8b717e1c4470aa3180edce5";
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
Expand Down

0 comments on commit 825d374

Please sign in to comment.