updated vm env
This commit is contained in:
@ -3,14 +3,15 @@ package pow
|
||||
import (
|
||||
"math/big"
|
||||
|
||||
"github.com/ethereum/go-ethereum/common"
|
||||
"github.com/ethereum/go-ethereum/core/types"
|
||||
)
|
||||
|
||||
type Block interface {
|
||||
Difficulty() *big.Int
|
||||
HashNoNonce() []byte
|
||||
HashNoNonce() common.Hash
|
||||
Nonce() uint64
|
||||
MixDigest() []byte
|
||||
MixDigest() common.Hash
|
||||
NumberU64() uint64
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user