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
Update the method Transaction.of(body: TransactionBody, signature?: Uint8Array) in core/transaction/Transaction.ts to check for the signature length, either 65 or 130 depending if the transaction has been delegated or not and throw an error if the length is incorrect
Basic Example
The text was updated successfully, but these errors were encountered:
Summary
Update the method
Transaction.of(body: TransactionBody, signature?: Uint8Array)
incore/transaction/Transaction.ts
to check for the signature length, either 65 or 130 depending if the transaction has been delegated or not and throw an error if the length is incorrectBasic Example
The text was updated successfully, but these errors were encountered: