mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-23 11:57:18 +00:00
Fix java classname in beacon_debug_service.proto
(#9380)
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
parent
a1c0bee397
commit
de907fc362
@ -25,7 +25,7 @@ import "proto/eth/v1/beacon_state.proto";
|
||||
option csharp_namespace = "Ethereum.Eth.Service";
|
||||
option go_package = "github.com/prysmaticlabs/prysm/proto/eth/service";
|
||||
option java_multiple_files = true;
|
||||
option java_outer_classname = "BeaconChainServiceProto";
|
||||
option java_outer_classname = "BeaconDebugServiceProto";
|
||||
option java_package = "org.ethereum.eth.service";
|
||||
option php_namespace = "Ethereum\\Eth\\Service";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user