mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-29 01:50:43 +00:00
fix forreal
This commit is contained in:
@@ -1427,7 +1427,7 @@ public:
|
||||
}
|
||||
|
||||
// Now sponsor bob's trust line
|
||||
auto const trustId = keylet::line(bob, gw, usd.currency);
|
||||
auto const trustId = keylet::trustLine(bob, gw, usd.currency);
|
||||
if (!BEAST_EXPECT(env.le(trustId)))
|
||||
return;
|
||||
|
||||
@@ -1491,7 +1491,7 @@ public:
|
||||
env(trust(user, usd(100)));
|
||||
env.close();
|
||||
|
||||
auto const trustId = keylet::line(user, issuer, usd.currency);
|
||||
auto const trustId = keylet::trustLine(user, issuer, usd.currency);
|
||||
if (!BEAST_EXPECT(env.le(trustId)))
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user