mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
rewrite sethook cleanly
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -47,6 +47,7 @@ struct Keylet
|
||||
/** Returns true if the SLE matches the type */
|
||||
bool
|
||||
check(STLedgerEntry const&) const;
|
||||
|
||||
};
|
||||
|
||||
} // namespace ripple
|
||||
|
||||
@@ -85,7 +85,8 @@ InnerObjectFormats::InnerObjectFormats()
|
||||
{sfHookParameters, soeREQUIRED},
|
||||
{sfHookOn, soeREQUIRED},
|
||||
{sfHookApiVersion, soeREQUIRED},
|
||||
{sfFlags, soeREQUIRED}
|
||||
{sfFlags, soeREQUIRED},
|
||||
{sfFee, soeREQUIRED}
|
||||
});
|
||||
|
||||
add(sfHook.jsonName.c_str(),
|
||||
|
||||
Reference in New Issue
Block a user