mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-02-24 09:28:08 +00:00
Fix genesis hash (again...)
This commit is contained in:
parent
232b04932f
commit
f26b113607
@ -29,7 +29,7 @@ public class StaticMessages {
|
|||||||
|
|
||||||
public static final byte[] DISCONNECT_00 = Hex.decode("2240089100000003C20100");
|
public static final byte[] DISCONNECT_00 = Hex.decode("2240089100000003C20100");
|
||||||
public static final byte[] GET_CHAIN = Hex.decode("2240089100000027F82514A069A7356A245F9DC5B865475ADA5EE4E89B18F93C06503A9DB3B3630E88E9FB4E820100");
|
public static final byte[] GET_CHAIN = Hex.decode("2240089100000027F82514A069A7356A245F9DC5B865475ADA5EE4E89B18F93C06503A9DB3B3630E88E9FB4E820100");
|
||||||
public static final byte[] GENESIS_HASH = Hex.decode("f5232afe32aba6b366f8aa86a6939437c5e13d1fd71a0f51e77735d3456eb1a6");
|
public static final byte[] GENESIS_HASH = Hex.decode("c305511e7cb9b33767e50f5e94ecd7b1c51359a04f45183860ec6808d80b0d3f");
|
||||||
public static final byte[] MAGIC_PACKET = Hex.decode("22400891");
|
public static final byte[] MAGIC_PACKET = Hex.decode("22400891");
|
||||||
|
|
||||||
static {
|
static {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user