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

Update handbook link #1157

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
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
2 changes: 1 addition & 1 deletion yapapi/payload/vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ async def manifest(
Build a reference to application payload.

:param manifest: base64 encoded Computation Payload Manifest
https://handbook.golem.network/requestor-tutorials/vm-runtime/computation-payload-manifest
https://docs.golem.network/docs/golem/payload-manifest#computation-payload-manifest
:param manifest_sig: an optional signature of base64 encoded Computation Payload Manifest
:param manifest_sig_algorithm: an optional signature algorithm, e.g. "sha256"
:param manifest_cert: an optional base64 encoded public certificate (DER or PEM) matching key
Expand Down
Loading