Arachnid / sggc

Boilerplate and tests for the first Solidity Gas Golfing Contest
50 stars 11 forks source link

Submissions do not work #2

Closed adamskrodzki closed 6 years ago

adamskrodzki commented 6 years ago

After submiting my sort solution i saw error:

An internal error occurred: expected string or bytes-like object See logs for full stacktrace.

Arachnid commented 6 years ago

Error reporting definitely needs improvement. You're getting this error because you didn't supply a blockchain address with your submission.

ldct commented 6 years ago

@Arachnid I'm getting this:

local variable 'expected' referenced before assignment

Arachnid commented 6 years ago

Should be fixed now.