mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-07 10:46:51 +00:00
chore: Use libxrpl 3.2.0 (#3095)
This commit is contained in:
@@ -41,8 +41,8 @@ namespace feed::impl {
|
||||
|
||||
boost::json::object
|
||||
LedgerFeed::makeLedgerPubMessage(
|
||||
ripple::LedgerHeader const& lgrInfo,
|
||||
ripple::Fees const& fees,
|
||||
xrpl::LedgerHeader const& lgrInfo,
|
||||
xrpl::Fees const& fees,
|
||||
std::string const& ledgerRange,
|
||||
uint32_t const txnCount,
|
||||
uint32_t const networkID
|
||||
@@ -93,8 +93,8 @@ LedgerFeed::sub(
|
||||
|
||||
void
|
||||
LedgerFeed::pub(
|
||||
ripple::LedgerHeader const& lgrInfo,
|
||||
ripple::Fees const& fees,
|
||||
xrpl::LedgerHeader const& lgrInfo,
|
||||
xrpl::Fees const& fees,
|
||||
std::string const& ledgerRange,
|
||||
uint32_t const txnCount,
|
||||
uint32_t const networkID
|
||||
|
||||
Reference in New Issue
Block a user