mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-22 03:25: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)
|
||||
{
|
||||
return 4;
|
||||
return 10;
|
||||
}
|
||||
|
||||
// many datatypes can be encoded into an int64_t
|
||||
|
||||
@@ -132,12 +132,18 @@ public:
|
||||
env(ripple::test::jtx::hook(
|
||||
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)}},
|
||||
0),
|
||||
M("Must have fewer than 5 entries"),
|
||||
M("Must have fewer than 11 entries"),
|
||||
HSFEE,
|
||||
ter(temMALFORMED));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user