Skip to content

Commit

Permalink
Update transactions.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
benjiqq committed May 25, 2024
1 parent 0dbb4ea commit b49dd22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/transactions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Sending SOL
Here we construct a transaction with one instruction - it sends SOL from one
wallet to another via the System Program:

.. testcode::
.. code-block:: python
from solders.hash import Hash
from solders.keypair import Keypair
Expand Down Expand Up @@ -53,7 +53,7 @@ One solution is for Alice to create a transaction containing her signature and a
the ``NullSigner`` class. She then serializes this transaction and sends it to Bob, who deserializes it
and replaces the dummy signature with his own signature:

.. testcode::
.. code-block:: python
from solders.hash import Hash
from solders.instruction import AccountMeta, Instruction
Expand Down

0 comments on commit b49dd22

Please sign in to comment.