mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 01:07:54 +00:00
clang-format
This commit is contained in:
@@ -926,7 +926,7 @@ trustTransferLockedBalance(
|
||||
if (lXferRate != parityRate)
|
||||
{
|
||||
// compute transfer fee, if any
|
||||
auto const xferFee = amount.value() -
|
||||
auto const xferFee = amount.value() -
|
||||
divideRound(amount, lXferRate, amount.issue(), true);
|
||||
// compute balance to transfer
|
||||
dstAmt = amount.value() - xferFee;
|
||||
|
||||
@@ -204,8 +204,8 @@ struct Escrow_test : public beast::unit_test::suite
|
||||
|
||||
static Rate
|
||||
escrowRate(
|
||||
jtx::Env const& env,
|
||||
jtx::Account const& account,
|
||||
jtx::Env const& env,
|
||||
jtx::Account const& account,
|
||||
uint32_t const& seq)
|
||||
{
|
||||
auto const sle = env.le(keylet::escrow(account.id(), seq));
|
||||
|
||||
@@ -5001,7 +5001,7 @@ struct PayChan_test : public beast::unit_test::suite
|
||||
env.close();
|
||||
|
||||
// bob can claim
|
||||
auto const sig =
|
||||
auto const sig =
|
||||
signClaimICAuth(alice.pk(), alice.sk(), chan, authAmt);
|
||||
env(claim(bob, chan, reqBal, authAmt, Slice(sig), alice.pk()));
|
||||
env.close();
|
||||
|
||||
Reference in New Issue
Block a user