mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Wasm small refactoring
This commit is contained in:
6
.github/CODEOWNERS
vendored
6
.github/CODEOWNERS
vendored
@@ -1,8 +1,2 @@
|
|||||||
# Allow anyone to review any change by default.
|
# Allow anyone to review any change by default.
|
||||||
*
|
*
|
||||||
|
|
||||||
# Require the rpc-reviewers team to review changes to the rpc code.
|
|
||||||
include/xrpl/protocol/ @xrplf/rpc-reviewers
|
|
||||||
src/libxrpl/protocol/ @xrplf/rpc-reviewers
|
|
||||||
src/xrpld/rpc/ @xrplf/rpc-reviewers
|
|
||||||
src/xrpld/app/misc/ @xrplf/rpc-reviewers
|
|
||||||
|
|||||||
@@ -7466,7 +7466,7 @@ private:
|
|||||||
using namespace test::jtx;
|
using namespace test::jtx;
|
||||||
|
|
||||||
auto const testCase = [&](std::string suffix, FeatureBitset features) {
|
auto const testCase = [&](std::string suffix, FeatureBitset features) {
|
||||||
testcase("Fail pseudo-account allocation " + suffix);
|
testcase("Pseudo-account allocation failure " + suffix);
|
||||||
std::string logs;
|
std::string logs;
|
||||||
Env env{*this, features, std::make_unique<CaptureLogs>(&logs)};
|
Env env{*this, features, std::make_unique<CaptureLogs>(&logs)};
|
||||||
env.fund(XRP(30'000), gw, alice);
|
env.fund(XRP(30'000), gw, alice);
|
||||||
|
|||||||
Reference in New Issue
Block a user