mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
refactor: switch function name from ready to finish (#5430)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1569
src/test/app/wasm_fixtures/fixtures.h
Normal file
1569
src/test/app/wasm_fixtures/fixtures.h
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
This file is part of rippled: https://github.com/ripple/rippled
|
This file is part of rippled: https://github.com/ripple/rippled
|
||||||
Copyright (c) 2020 Ripple Labs Inc.
|
Copyright (c) 2025 Ripple Labs Inc.
|
||||||
|
|
||||||
Permission to use, copy, modify, and/or distribute this software for any
|
Permission to use, copy, modify, and/or distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|||||||
@@ -615,7 +615,7 @@ EscrowFinish::doApply()
|
|||||||
// WASM execution
|
// WASM execution
|
||||||
auto const wasmStr = slep->getFieldVL(sfFinishFunction);
|
auto const wasmStr = slep->getFieldVL(sfFinishFunction);
|
||||||
std::vector<uint8_t> wasm(wasmStr.begin(), wasmStr.end());
|
std::vector<uint8_t> wasm(wasmStr.begin(), wasmStr.end());
|
||||||
std::string funcName("ready");
|
std::string funcName("finish");
|
||||||
|
|
||||||
WasmHostFunctionsImpl ledgerDataProvider(ctx_, k);
|
WasmHostFunctionsImpl ledgerDataProvider(ctx_, k);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user