minor
This commit is contained in:
parent
d30cf2d751
commit
dfe4a878ea
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue