Skip to content

Commit

Permalink
update launch docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PaTara43 committed Dec 7, 2023
1 parent e280188 commit d126c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Launch
++++++

With the help of a Launch class one may send launch commands with parameter to any other addresses. The parameter should
be 32 bytes long, but it may also be an IPFS ``Qm...`` hash, which will be converted automatically.
be 32 bytes long hex-string (``0x...``), but it may also be an IPFS (``Qm...``) CID as a string , which will be converted automatically.

.. code-block:: python
Expand Down

0 comments on commit d126c8f

Please sign in to comment.