Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fixed client port issues in 'run.sh' #206

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Cc-a23187
Copy link

@Cc-a23187 Cc-a23187 commented Apr 20, 2023

thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', examples/gg18_keygen_client.rs:269:55
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
  1. This is rust reporting an error when I run the run.sh file . I found that the port number in the running parameters of gg18_keygen_client and gg18_sign_client was different from the port number run by gg18_sm_manager, so I changed it to 8000 before the program executes correctly.
  2. Update README.md "Run GG18 Demo ->Sign" shell default port from "8001" to "8000".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants