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
If the address is not one of the senders we should raise an error.
This has tripped up some people who were passing a different address to the one used to generate the transactions but didn't get any error.
PS. Don't be tempted to refactor this to require only a private key and derive the address from that - that won't work for rekeyed accounts.
The text was updated successfully, but these errors were encountered:
tinyman-py-sdk/tinyman/utils.py
Line 103 in 40ca553
If the address is not one of the senders we should raise an error.
This has tripped up some people who were passing a different address to the one used to generate the transactions but didn't get any error.
PS. Don't be tempted to refactor this to require only a private key and derive the address from that - that won't work for rekeyed accounts.
The text was updated successfully, but these errors were encountered: