|
|
@ -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 |
|
|
@ -12,7 +12,6 @@ |
|
|
|
* |
|
|
|
* |
|
|
|
* SPDX-License-Identifier: Apache-2.0 |
|
|
|
* SPDX-License-Identifier: Apache-2.0 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
package org.hyperledger.besu.plugin.services.txselection; |
|
|
|
package org.hyperledger.besu.plugin.services.txselection; |
|
|
|
|
|
|
|
|
|
|
|
import static org.hyperledger.besu.plugin.data.TransactionSelectionResult.SELECTED; |
|
|
|
import static org.hyperledger.besu.plugin.data.TransactionSelectionResult.SELECTED; |
|
|
|