Skip to content

Commit

Permalink
Add LogicSig usage disclaimer (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldiamant authored Dec 16, 2022
1 parent 2aa4b70 commit 3a28e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algosdk/transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -2507,7 +2507,7 @@ class LogicSig:
"""
Represents a logic signature
NOTE: LogicSig is safe for non-rekeying usage. If using rekeyed accounts, use LogicSigAccount instead.
NOTE: LogicSig cannot sign transactions in all cases. Instead, use LogicSigAccount as a safe, general purpose signing mechanism. Since LogicSig does not track the provided signature's public key, LogicSig cannot sign transactions when delegated to a non-multisig account _and_ the sender is not the delegating account.
Arguments:
logic (bytes): compiled program
Expand Down

0 comments on commit 3a28e34

Please sign in to comment.