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
As title, the hashes should be validated before setting the array hash in setTransactionHashes method.
And the setTransactionHashes method are available in some classes. It can checkout the following captured picture.
I think we can use the isArrayOfHashes to validate that hash is correct format.
As title, the
hashes
should be validated before setting the array hash insetTransactionHashes
method.And the
setTransactionHashes
method are available in some classes. It can checkout the following captured picture.I think we can use the
isArrayOfHashes
to validate that hash is correct format.It's related to issue #64 and PR #68 .
The text was updated successfully, but these errors were encountered: