This commit is contained in:
romanman 2014-06-26 13:36:41 +01:00
parent d30cf2d751
commit dfe4a878ea
1 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,5 @@
package org.ethereum.core; package org.ethereum.core;
import java.math.BigInteger;
import com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithm;
import org.ethereum.crypto.HashUtil; import org.ethereum.crypto.HashUtil;
import org.ethereum.manager.WorldManager; import org.ethereum.manager.WorldManager;
import org.ethereum.util.RLP; import org.ethereum.util.RLP;
@ -10,6 +7,8 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.spongycastle.util.encoders.Hex; import org.spongycastle.util.encoders.Hex;
import java.math.BigInteger;
/** /**
* The genesis block is the first block in the chain and has fixed values according to * The genesis block is the first block in the chain and has fixed values according to
* the protocol specification. The genesis block is 13 items, and is specified thus: * the protocol specification. The genesis block is 13 items, and is specified thus: