build: Upgrade to libxrpl 2.3.0-b1 (#1489)

Update libxrpl and change include path
This commit is contained in:
cyan317
2024-06-25 15:05:01 +01:00
committed by GitHub
parent 77cec26cc9
commit b2eacf9868
182 changed files with 867 additions and 774 deletions

View File

@@ -19,7 +19,7 @@
#pragma once
#include <ripple/protocol/jss.h>
#include <xrpl/protocol/jss.h>
/** @brief Helper macro for borrowing from ripple::jss static (J)son (S)trings. */
#define JS(x) ripple::jss::x.c_str()