From 1e3290eb82386f74da7cd188b3d8e81b12242820 Mon Sep 17 00:00:00 2001 From: Sally MacFarlane Date: Thu, 21 Nov 2024 13:56:22 +1000 Subject: [PATCH] rename Signed-off-by: Sally MacFarlane --- docs/private-networks/reference/plugin-api-interfaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/private-networks/reference/plugin-api-interfaces.md b/docs/private-networks/reference/plugin-api-interfaces.md index 9b36bebd8b1..044f4634c8a 100644 --- a/docs/private-networks/reference/plugin-api-interfaces.md +++ b/docs/private-networks/reference/plugin-api-interfaces.md @@ -24,7 +24,7 @@ The following table lists the interfaces providing core plugin classes. | Interface | Description | | --- | --- | -| [**BesuContext**](https://wiki.hyperledger.org/display/BESU/BesuContext) | Allows plugins to access Besu services. | +| [**ServiceManager**](https://wiki.hyperledger.org/display/BESU/BesuContext) | Allows plugins to access Besu services. | | [**BesuPlugin**](https://javadoc.io/doc/org.hyperledger.besu/plugin-api/latest/org/hyperledger/besu/plugin/BesuPlugin.html) | Used to manage the plugin lifecycle. | ## Plugin services