Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax error in EtherTransfer.cs #9

Open
Skyway666 opened this issue Jul 10, 2020 · 0 comments
Open

Syntax error in EtherTransfer.cs #9

Skyway666 opened this issue Jul 10, 2020 · 0 comments

Comments

@Skyway666
Copy link

There is a tiny mistake in this file, line 32:

    var ethTransfer = new EthTransferUnityRequest(url, privateKey)

It looks like this, giving the following compilation error:

Gravedad	Código	Descripción	Proyecto	Archivo	Línea	Estado suprimido
Error	CS7036	No se ha dado ningún argumento que corresponda al parámetro formal requerido 'account' de 'EthTransferUnityRequest.EthTransferUnityRequest(string, string, string)'	Assembly-CSharp	C:\Users\Gaming\Downloads\Unity3dSimpleSample-master\Assets\EtherTransfer.cs	32	Activo

Basically meaning that the EthTransferUnityRequest accepts 3 parameters, not 2.

This error is not present in the tutorial of the sample, I guess it is just an oversight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant