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 <optional>
namespace ripple {
namespace xrpl {
/** Holds the serialized result of parsing an input JSON object.
This does validation and checking on the provided JSON.
@@ -35,6 +35,6 @@ public:
Json::Value error;
};
} // namespace ripple
} // namespace xrpl
#endif