mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove assert from Keylet:
Some transactions specify a keylet directly (Checks, for example). In those cases, the assert will trigger even though there is no error.
This commit is contained in:
@@ -34,7 +34,6 @@ Keylet::check(SLE const& sle) const
|
||||
assert(sle.getType() != ltDIR_NODE);
|
||||
return sle.getType() != ltDIR_NODE;
|
||||
}
|
||||
assert(sle.getType() == type);
|
||||
return sle.getType() == type;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user