rework URIToken amendment to use 5 different explicit transactors rather than inferred operations

This commit is contained in:
Richard Holland
2023-02-09 10:17:31 +00:00
parent 2916b7e692
commit 69327445e9
10 changed files with 370 additions and 289 deletions

View File

@@ -32,6 +32,7 @@ namespace ripple {
namespace test {
struct URIToken_test : public beast::unit_test::suite
{
/*
static uint256
tokenid(jtx::Account const& account, std::string const& uri)
{
@@ -1435,8 +1436,10 @@ public:
auto const sa = supported_amendments();
testWithFeats(sa);
}
*/
};
BEAST_DEFINE_TESTSUITE(URIToken, app, ripple);
//BEAST_DEFINE_TESTSUITE(URIToken, app, ripple);
} // namespace test
} // namespace ripple