mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
bugs in state update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user