Skip to content

Commit

Permalink
Merge pull request #329 from boltlabs-inc/update-readme
Browse files Browse the repository at this point in the history
add tezos counter warning to README #212
  • Loading branch information
jakinyele authored Nov 18, 2021
2 parents 81e9bad + d0dbed3 commit 719f0ff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,14 @@ $ ./target/debug/zkchannel customer --config "./dev/Customer.toml" list

The merchant server and customer chain watcher may now be stopped by pressing ^C.

## Troubleshooting
- When using the sandbox, you will not be able to establish a channel until at least 60 blocks
have been posted. With the default configuration, this will take approximately 5 minutes.

- The current Tezos client integration does not support multiple operations posted by a single
user in a single block. This limits the parallelization of establish and close operations. See
[issue #212](https://github.com/boltlabs-inc/zeekoe/issues/212) for status updates on this.

## Development

While developing on the project, here are some more things you may wish to know:
Expand Down

0 comments on commit 719f0ff

Please sign in to comment.