mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-02 01:52:32 +00:00
@@ -87,7 +87,7 @@ public:
|
||||
[[nodiscard]] STAmount
|
||||
amount(T value) const
|
||||
{
|
||||
return amountFromString(issue(), std::to_string(value));
|
||||
return amountFromString(issue(), to_string(value));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -100,7 +100,7 @@ TxTest::submit(std::shared_ptr<STTx const> stx)
|
||||
void
|
||||
TxTest::createAccount(Account const& account, XRPAmount xrp, uint32_t accountFlags)
|
||||
{
|
||||
EXPECT_EQ(
|
||||
ASSERT_EQ(
|
||||
submit(transactions::PaymentBuilder{Account::master, account, xrp}, Account::master).ter,
|
||||
tesSUCCESS);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user