mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-29 23:15:49 +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