add view updates for account SLEs (#4629)

Signed-off-by: Manoj Doshi <mdoshi@ripple.com>
This commit is contained in:
Mayukha Vadari
2026-02-19 15:51:34 +09:00
committed by tequ
parent 8aa90a1f3d
commit d5b6f7ef1a
2 changed files with 3 additions and 0 deletions

View File

@@ -699,6 +699,7 @@ SetAccount::doApply()
sle->setFieldU16(sfHookStateScale, newScale);
}
}
ctx_.view().update(sle);
return tesSUCCESS;
}

View File

@@ -96,6 +96,8 @@ SetRegularKey::doApply()
sle->makeFieldAbsent(sfRegularKey);
}
ctx_.view().update(sle);
return tesSUCCESS;
}