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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Although it's not the case right now, I think I prefer to keep the base transaction property not exposable and we use them as minimal requirement for any transaction and behaive the same.
For example, if custom transaction starts to allow fee or senderPublicKey not mandatory, the core processing will not work.
Expected behavior
Each transaction property has its own validator (this was a suggestion by Lucas/Nazar in #3893)
Actual behavior
We have a single validate method that uses some methods for some properties
Steps to reproduce
Check the
validate()
method in baseTransaction.Which version(s) does this affect? (Environment, OS, etc...)
2.1
The text was updated successfully, but these errors were encountered: