cryptobiu/MATRIX

InstancesConfigurations/party%d/ directories

Closed this issue · 0 comments

Hi,

when running a protocol over multiple regions the fabfile tries to upload file from the non-existing directories InstancesConfigurations/party0/ etc. E.g. here

put('InstancesConfigurations/party%s/*' % (party_id - 1), run('pwd'))

Are these directories still used? I have not found any code referencing them.