Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zkokelj committed Feb 21, 2024
1 parent 311ed9b commit 9979663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/walletextension/wallet_extension.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func (w *WalletExtension) ProxyEthRequest(request *common.RPCRequest, conn userc
// adjust requestID
returnValue[common.JSONKeyID] = request.ID
w.fileLogger.Info(fmt.Sprintf("Request method: %s, request params: %s, encryptionToken of sender: %s, response: %s, duration: %d ", request.Method, request.Params, hexUserID, returnValue, duration.Milliseconds()))
return value, nil
return returnValue, nil
}
}

Expand Down

0 comments on commit 9979663

Please sign in to comment.