mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-23 15:20:54 +00:00
More tests
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -94,7 +94,7 @@ VaultClawback::preclaim(PreclaimContext const& ctx)
|
||||
auto const mptIssue =
|
||||
ctx.view.read(keylet::mptIssuance(mpt.getMptID()));
|
||||
if (mptIssue == nullptr)
|
||||
return tecWRONG_ASSET;
|
||||
return tecOBJECT_NOT_FOUND;
|
||||
|
||||
std::uint32_t const issueFlags = mptIssue->getFieldU32(sfFlags);
|
||||
if (!(issueFlags & lsfMPTCanClawback))
|
||||
|
||||
Reference in New Issue
Block a user