Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Fix the DAO rescue block number back
Browse files Browse the repository at this point in the history
(cherry picked from commit 5e5dd3f)
  • Loading branch information
Nashatyrev committed Jun 28, 2016
1 parent 896bd3b commit 5d667ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
public class HomesteadDAOConfig extends HomesteadConfig {

public static final long DAO_RESCUE_BLOCK = 1_787_300;
public static final long DAO_RESCUE_BLOCK = 1_800_000;
public static final long DAO_RESCUE_GAS_LIMIT_TRIGGER = 4_000_000;
public static final byte[] DAO_CODE_HASH = Hex.decode("6a5d24750f78441e56fec050dc52fe8e911976485b7472faac7464a176a67caa");
public static final byte[][] WHITELISTED_RECIPIENTS = new byte[][] {
Expand Down

0 comments on commit 5d667ab

Please sign in to comment.