refactor: Rename ripple namespace to xrpl

This commit is contained in:
Bart
2025-11-10 11:49:19 -05:00
parent 7141781db4
commit 09c61d6fc4
1235 changed files with 3810 additions and 3823 deletions

View File

@@ -5,7 +5,7 @@
#include <xrpl/protocol/AMMCore.h>
#include <xrpl/protocol/Quality.h>
namespace ripple {
namespace xrpl {
/** Average quality of a path as a function of `out`: q(out) = m * out + b,
* where m = -1 / poolGets, b = poolPays / poolGets. If CLOB offer then
@@ -83,6 +83,6 @@ QualityFunction::QualityFunction(
b_ = amounts.out * cfee / amounts.in;
}
} // namespace ripple
} // namespace xrpl
#endif // XRPL_PROTOCOL_QUALITYFUNCTION_H_INCLUDED