Changeset: Deprecate oldLen() and newLen() functions

This commit is contained in:
Richard Hansen 2021-10-19 04:36:13 -04:00
parent b718d88157
commit 60f2a059ec
4 changed files with 18 additions and 9 deletions

View file

@ -167,7 +167,7 @@ const makeChangesetTracker = (scheduler, apool, aceCallbacksProvider) => {
let cs = null;
if (toSubmit) {
submittedChangeset = toSubmit;
userChangeset = Changeset.identity(Changeset.newLen(toSubmit));
userChangeset = Changeset.identity(Changeset.unpack(toSubmit).newLen);
cs = toSubmit;
}