mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
fix build issue
This commit is contained in:
@@ -853,7 +853,7 @@ struct EscrowSmart_test : public beast::unit_test::suite
|
|||||||
env(token::createOffer(carol, tokenId, XRP(100)),
|
env(token::createOffer(carol, tokenId, XRP(100)),
|
||||||
token::owner(alice));
|
token::owner(alice));
|
||||||
env(offer(alice, carol["GBP"](0.1), XRP(100)));
|
env(offer(alice, carol["GBP"](0.1), XRP(100)));
|
||||||
env(create(alice, carol, XRP(1000), 100s, alice.pk()));
|
env(paychan::create(alice, carol, XRP(1000), 100s, alice.pk()));
|
||||||
pdomain::Credentials credentials{{alice, "first credential"}};
|
pdomain::Credentials credentials{{alice, "first credential"}};
|
||||||
env(pdomain::setTx(alice, credentials));
|
env(pdomain::setTx(alice, credentials));
|
||||||
env(signers(alice, 1, {{carol, 1}}));
|
env(signers(alice, 1, {{carol, 1}}));
|
||||||
|
|||||||
Reference in New Issue
Block a user