fix: fix fixtures (#5445)

This commit is contained in:
Mayukha Vadari
2025-05-23 17:37:14 -04:00
committed by GitHub
parent aef32ead2c
commit 1ede0bdec4
3 changed files with 1580 additions and 1549 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -16,8 +16,8 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
//==============================================================================
#ifndef RIPPLE_APP_MISC_WASMHOSTFUNCIMPL_H_INLCUDED
#define RIPPLE_APP_MISC_WASMHOSTFUNCIMPL_H_INLCUDED
#pragma once
#include <xrpld/app/misc/WasmVM.h>
#include <xrpld/app/tx/detail/ApplyContext.h>
@@ -90,4 +90,3 @@ private:
};
} // namespace ripple
#endif // RIPPLE_APP_MISC_WASMHOSTFUNCIMPL_H_INLCUDED