mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-22 11:35:49 +00:00
change hook max to 10
This commit is contained in:
@@ -776,7 +776,7 @@ int64_t hook::computeCreationFee(uint64_t byteCount)
|
|||||||
|
|
||||||
uint32_t hook::maxHookChainLength(void)
|
uint32_t hook::maxHookChainLength(void)
|
||||||
{
|
{
|
||||||
return 4;
|
return 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
// many datatypes can be encoded into an int64_t
|
// many datatypes can be encoded into an int64_t
|
||||||
|
|||||||
@@ -132,12 +132,18 @@ public:
|
|||||||
env(ripple::test::jtx::hook(
|
env(ripple::test::jtx::hook(
|
||||||
alice,
|
alice,
|
||||||
{{hso(accept_wasm),
|
{{hso(accept_wasm),
|
||||||
|
hso(accept_wasm),
|
||||||
|
hso(accept_wasm),
|
||||||
|
hso(accept_wasm),
|
||||||
|
hso(accept_wasm),
|
||||||
|
hso(accept_wasm),
|
||||||
|
hso(accept_wasm),
|
||||||
hso(accept_wasm),
|
hso(accept_wasm),
|
||||||
hso(accept_wasm),
|
hso(accept_wasm),
|
||||||
hso(accept_wasm),
|
hso(accept_wasm),
|
||||||
hso(accept_wasm)}},
|
hso(accept_wasm)}},
|
||||||
0),
|
0),
|
||||||
M("Must have fewer than 5 entries"),
|
M("Must have fewer than 11 entries"),
|
||||||
HSFEE,
|
HSFEE,
|
||||||
ter(temMALFORMED));
|
ter(temMALFORMED));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user