Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zkokelj committed Feb 19, 2024
1 parent 251ce87 commit 92a32bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/walletextension/wallet_extension.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ func (w *WalletExtension) Logger() gethlog.Logger {

// ProxyEthRequest proxys an incoming user request to the enclave
func (w *WalletExtension) ProxyEthRequest(request *common.RPCRequest, conn userconn.UserConn, hexUserID string) (map[string]interface{}, error) {

response := map[string]interface{}{}
// all responses must contain the request id. Both successful and unsuccessful.
response[common.JSONKeyRPCVersion] = jsonrpc.Version
Expand Down

0 comments on commit 92a32bb

Please sign in to comment.