bugs in state update

This commit is contained in:
Richard Holland
2022-02-11 12:54:57 +00:00
parent f185f6418e
commit 4ea9187352
3 changed files with 27 additions and 28 deletions

View File

@@ -508,7 +508,6 @@ namespace hook
ripple::TER
setHookState(
HookResult& hookResult,
ripple::ApplyContext& applyCtx,
ripple::AccountID const& acc,
ripple::uint256 const& ns,
@@ -527,7 +526,8 @@ namespace hook
ripple::TER
finalizeHookState(
std::shared_ptr<HookStateMap>&,
ripple::ApplyContext&);
ripple::ApplyContext&,
ripple::uint256 const&);
// if the txn being executed was an emitted txn then this removes it from the emission directory
ripple::TER