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
The upgradeTxBody method in EraTx is only used for testing and should not be used in production, since the actual translation of transactions between eras happens via reserialization. Because of that it makes sense to move upgradeTxBody to the testlib, perhaps making it a method of EraTest.
The text was updated successfully, but these errors were encountered:
The
upgradeTxBody
method inEraTx
is only used for testing and should not be used in production, since the actual translation of transactions between eras happens via reserialization. Because of that it makes sense to moveupgradeTxBody
to the testlib, perhaps making it a method ofEraTest
.The text was updated successfully, but these errors were encountered: