Skip to content

David/adversary test2 #786

New issue

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

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

Already on ? Sign in to your account

Merged
merged 9 commits into from
Jul 11, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
Next Next commit
fix: only adversary is challenger
  • Loading branch information
@druiz0992
druiz0992 committedJun 30, 2022
commit c98a93374cf1acc7846e33c748b0648b4a75ef37
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -139,7 +139,7 @@ services:
BLOCKCHAIN_PORT: 8546
HASH_TYPE: mimc
LOG_LEVEL: debug
IS_CHALLENGER: 'true'
IS_CHALLENGER: 'false'
TRANSACTIONS_PER_BLOCK: ${TRANSACTIONS_PER_BLOCK:-2}
command: [ 'npm', 'run', 'dev' ]

Expand All@@ -163,7 +163,7 @@ services:
BLOCKCHAIN_PORT: 8546
HASH_TYPE: mimc
LOG_LEVEL: error
IS_CHALLENGER: 'true'
IS_CHALLENGER: 'false'
TRANSACTIONS_PER_BLOCK: ${TRANSACTIONS_PER_BLOCK:-2}
command: [ 'npm', 'run', 'dev' ]

Expand Down