We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba417e8 + e3ab5b7 commit 0277d5bCopy full SHA for 0277d5b
ceramic-client/ceramic_python/model_instance_document.py
@@ -280,7 +280,7 @@ def _make_raw_genesis(
280
header["unique"] = b64encode(random_bytes).decode('utf-8')
281
282
if metadata_args.context:
283
- header["context"] = metadata_args.context
+ header["context"] = bytes(bytearray(list(base36_decode_with_prefix(metadata_args.context)))),
284
285
286
return {"data": content, "header": header}
0 commit comments