mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-19 05:10:55 +00:00
Return ter code from dirLink
This commit is contained in:
@@ -271,7 +271,7 @@ applyCreate(
|
||||
if (auto ter = dirLink(sb, accountId, ammSle); ter)
|
||||
{
|
||||
JLOG(j_.debug()) << "AMM Instance: failed to insert owner dir";
|
||||
return {tecDIR_FULL, false};
|
||||
return {ter, false};
|
||||
}
|
||||
sb.insert(ammSle);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user