Loopring / hello_loopring

hello_loopring
38 stars 33 forks source link

Running "python trading/trading_example.py -a time" and getting the following error #5

Closed ChristophSiegenthaler closed 4 years ago

ChristophSiegenthaler commented 4 years ago
  File ".../hello_loopring/ethsnarks/sha3.py", line 7, in <lambda>
    keccak_256 = lambda *args: keccak.new(*args, digest_bits=256)
TypeError: new() takes 0 positional arguments but 1 was given
ChristophSiegenthaler commented 4 years ago

Sorry, had sha3 installed instead of pysha3.