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
After calling tx.Build() twice, the transaction will have 2 operations instead of one. The intended behaviour is for the transaction to have just one operation.
Also, multiple calls to build will increment the sequence number multiple times, which is not what is probably desired.
The text was updated successfully, but these errors were encountered:
Lets say you have the following transaction
After calling
tx.Build()
twice, the transaction will have 2 operations instead of one. The intended behaviour is for the transaction to have just one operation.Also, multiple calls to build will increment the sequence number multiple times, which is not what is probably desired.
The text was updated successfully, but these errors were encountered: