Skip to content

Commit

Permalink
Merge branch 'develop' into featureNFTokenMintOffer
Browse files Browse the repository at this point in the history
  • Loading branch information
tequdev authored Jan 31, 2024
2 parents e48768d + 90d463b commit b89fdd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/ripple/protocol/impl/BuildInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace BuildInfo {
// and follow the format described at http://semver.org/
//------------------------------------------------------------------------------
// clang-format off
char const* const versionString = "2.0.1-rc1"
char const* const versionString = "2.0.1"
// clang-format on

#if defined(DEBUG) || defined(SANITIZER)
Expand Down
3 changes: 3 additions & 0 deletions src/test/app/TxQ_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1019,6 +1019,9 @@ class TxQPosNegFlows_test : public beast::unit_test::suite
// Fail in preflight
env(pay(alice, bob, XRP(-1000)), ter(temBAD_AMOUNT));

// Fail in preflight
env(pay(alice, alice, XRP(100)), ter(temREDUNDANT));

// Fail in preclaim
env(noop(alice), fee(XRP(100000)), ter(terINSUF_FEE_B));
}
Expand Down

0 comments on commit b89fdd6

Please sign in to comment.