mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-29 15:35:50 +00:00
refactor: Rename ripple namespace to xrpl
This commit is contained in:
@@ -6,6 +6,6 @@
|
||||
|
||||
#define JSON_ASSERT_MESSAGE(condition, message) \
|
||||
if (!(condition)) \
|
||||
ripple::Throw<Json::error>(message);
|
||||
xrpl::Throw<Json::error>(message);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user