diff --git a/proxy/receiver_api.go b/proxy/receiver_api.go index 8286028..4639bd4 100644 --- a/proxy/receiver_api.go +++ b/proxy/receiver_api.go @@ -78,6 +78,7 @@ func (prx *ReceiverProxy) LocalJSONRPCHandler(maxRequestBodySizeBytes int64) (*r func (prx *ReceiverProxy) ValidateSigner(ctx context.Context, req *ParsedRequest, publicEndpoint bool) error { req.signer = rpcserver.GetSigner(ctx) if !publicEndpoint { + req.peerName = "local-request" return nil }