We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We're still using log in some parts of lib/sign - this should be changed to dbg calls. But first dbg needs methods for:
lib/sign
dbg
None of these is panicing or anything else. Just print Error: and the message or Warn: and the message.
panic
Error:
Warn:
The text was updated successfully, but these errors were encountered:
Merge pull request #112 from dedis/use_skipchain_db
6265b04
Use skipchain db
No branches or pull requests
We're still using log in some parts of
lib/sign
- this should be changed todbg
calls. But firstdbg
needs methods for:None of these is
panic
ing or anything else. Just printError:
and the message orWarn:
and the message.The text was updated successfully, but these errors were encountered: