|
|
@ -1,5 +1,5 @@ |
|
|
|
/* |
|
|
|
/* |
|
|
|
* Copyright Hyperledger Besu Contributors. |
|
|
|
* Copyright contributors to Hyperledger Besu. |
|
|
|
* |
|
|
|
* |
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with |
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with |
|
|
|
* the License. You may obtain a copy of the License at |
|
|
|
* the License. You may obtain a copy of the License at |
|
|
@ -11,9 +11,7 @@ |
|
|
|
* specific language governing permissions and limitations under the License. |
|
|
|
* specific language governing permissions and limitations under the License. |
|
|
|
* |
|
|
|
* |
|
|
|
* SPDX-License-Identifier: Apache-2.0 |
|
|
|
* SPDX-License-Identifier: Apache-2.0 |
|
|
|
* |
|
|
|
|
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
package org.hyperledger.besu.ethereum.trie; |
|
|
|
package org.hyperledger.besu.ethereum.trie; |
|
|
|
|
|
|
|
|
|
|
|
import org.hyperledger.besu.ethereum.trie.patricia.BranchNode; |
|
|
|
import org.hyperledger.besu.ethereum.trie.patricia.BranchNode; |
|
|
|