mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 04:36:42 +00:00
Update history.go
This commit is contained in:
parent
f51870e40e
commit
da39c005e0
1 changed files with 0 additions and 11 deletions
|
|
@ -180,17 +180,6 @@ func newStorageIdentQuery(address common.Address, addressHash common.Hash, stora
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// newTrienodeIdentQuery constructs a state identifier for a trie node.
|
|
||||||
// the addressHash denotes the address hash of the associated account;
|
|
||||||
// the path denotes the path of the node within the trie;
|
|
||||||
//
|
|
||||||
// nolint:unused
|
|
||||||
func newTrienodeIdentQuery(addrHash common.Hash, path []byte) stateIdentQuery {
|
|
||||||
return stateIdentQuery{
|
|
||||||
stateIdent: newTrienodeIdent(addrHash, string(path)),
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// history defines the interface of historical data, shared by stateHistory
|
// history defines the interface of historical data, shared by stateHistory
|
||||||
// and trienodeHistory.
|
// and trienodeHistory.
|
||||||
type history interface {
|
type history interface {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue