You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2 frames /usr/local/lib/python3.10/dist-packages/solana/transaction.py in sign(self, *signers)
237 The Transaction must be assigned a valid recent_blockhash before invoking this method.
238 """
--> 239 self._solders.sign(signers, self._solders.message.recent_blockhash)
240
241 def add_signature(self, pubkey: Pubkey, signature: Signature) -> None:
SignerError: not enough signers
The text was updated successfully, but these errors were encountered:
SignerError Traceback (most recent call last)
in <cell line: 108>()
106 print("Swap transaction signatures:", swap_tx_signatures)
107
--> 108 await execute_swap()
2 frames
/usr/local/lib/python3.10/dist-packages/solana/transaction.py in sign(self, *signers)
237 The Transaction must be assigned a valid
recent_blockhash
before invoking this method.238 """
--> 239 self._solders.sign(signers, self._solders.message.recent_blockhash)
240
241 def add_signature(self, pubkey: Pubkey, signature: Signature) -> None:
SignerError: not enough signers
The text was updated successfully, but these errors were encountered: