Skip to content

Commit

Permalink
Fix for linter error.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanIliev545 committed Dec 10, 2024
1 parent 6e9f96c commit 4795668
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions go/enclave/enclave_rpc_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,6 @@ func (e *enclaveRPCService) EnclavePublicConfig(context.Context) (*common.Enclav
if analyzerAddress == nil {
analyzerAddress = &gethcommon.Address{}
}
publicCallbacksAddress := e.scb.PublicCallbackHandler()
if publicCallbacksAddress == nil {
publicCallbacksAddress = &gethcommon.Address{}
}

publicContractsMap := make(map[string]gethcommon.Address)
for name, address := range e.scb.PublicSystemContracts() {
Expand Down

0 comments on commit 4795668

Please sign in to comment.