Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
docs: d
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey authored Jun 22, 2022
1 parent 5a5dee1 commit f7cbecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ape_starknet/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def send_transaction(self, txn: TransactionAPI, token: Optional[str] = None) ->
invoking = txn.type == TransactionType.INVOKE_FUNCTION

if "code" in txn_info and txn_info["code"] != StarkErrorCode.TRANSACTION_RECEIVED.name:
raise TransactionError(message="Transaction not receiver.")
raise TransactionError(message="Transaction not received.")

error = txn_info.get("error", {})
if error:
Expand Down

0 comments on commit f7cbecb

Please sign in to comment.