enumatech / sprites-python

Sprites state channels with a bit of python code to test them
MIT License
6 stars 4 forks source link

PisaChannel.sol doesn't compile #3

Closed sveitser closed 6 years ago

sveitser commented 6 years ago

compiling contracts/PisaChannel.sol with solc contracts/PisaChannel.sol fails with

contracts/PisaChannel.sol:58:16: Error: Expected identifier, got 'LParen'
    constructor(address[] _players, address _application, uint _disputePeriod) {