mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 20:47:59 -05:00
This reverts commit f08147acef.
# Conflicts:
# plugin-api/build.gradle
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Co-authored-by: Justin Florentine <justin+github@florentine.us>
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
*/
|
||||
package org.hyperledger.besu.plugin.services.storage.rocksdb;
|
||||
|
||||
import org.hyperledger.besu.plugin.BesuContext;
|
||||
import org.hyperledger.besu.plugin.BesuPlugin;
|
||||
import org.hyperledger.besu.plugin.ServiceManager;
|
||||
import org.hyperledger.besu.plugin.services.PicoCLIOptions;
|
||||
@@ -60,8 +59,7 @@ public class RocksDBPlugin implements BesuPlugin {
|
||||
}
|
||||
|
||||
@Override
|
||||
@SuppressWarnings("removal")
|
||||
public void register(final BesuContext context) {
|
||||
public void register(final ServiceManager context) {
|
||||
LOG.debug("Registering plugin");
|
||||
this.context = context;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user