Skip to content

Commit

Permalink
add tezos counter warning to README #212
Browse files Browse the repository at this point in the history
  • Loading branch information
marsella committed Nov 17, 2021
1 parent 81e9bad commit d0dbed3
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 d0dbed3

Please sign in to comment.