add view updates for account SLEs (#4629)

Signed-off-by: Manoj Doshi <mdoshi@ripple.com>
This commit is contained in:
Mayukha Vadari
2023-07-18 16:06:41 -07:00
committed by tequ
parent 29592347c0
commit da8973b86f
2 changed files with 4 additions and 0 deletions

View File

@@ -629,6 +629,8 @@ SetAccount::doApply()
if (uFlagsIn != uFlagsOut)
sle->setFieldU32(sfFlags, uFlagsOut);
ctx_.view().update(sle);
return tesSUCCESS;
}

View File

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