Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed Jul 3, 2024
1 parent 6d8b918 commit 5706416
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdk/pragma/onchain/types/contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,12 @@ async def invoke_(
)
)

<<<<<<< Updated upstream
transaction = None


=======
>>>>>>> Stashed changes
response = await self._client.send_transaction(transaction)
if callback:
await callback(transaction.nonce, response.transaction_hash)
Expand Down

0 comments on commit 5706416

Please sign in to comment.